Skip to content

Commit

Permalink
Remove CD history variables from namelist (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 authored Nov 16, 2021
1 parent 35dd3f8 commit 63d0f48
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions cicecore/cicedynB/analysis/ice_history_shared.F90
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,9 @@ module ice_history_shared
f_snowfrac, f_snowfracn, &
f_Tsfc, f_aice , &
f_uvel, f_vvel , &
f_uvelE, f_vvelE , &
f_uvelN, f_vvelN , &
! For now, don't allow the users to modify the CD grid quantities.
! f_uvelE, f_vvelE , &
! f_uvelN, f_vvelN , &
f_uatm, f_vatm , &
f_atmspd, f_atmdir , &
f_fswup, &
Expand Down Expand Up @@ -440,18 +441,18 @@ module ice_history_shared
f_strocnx, f_strocny , &
f_strintx, f_strinty , &
f_taubx, f_tauby , &
f_strairxN, f_strairyN , &
f_strtltxN, f_strtltyN , &
f_strcorxN, f_strcoryN , &
f_strocnxN, f_strocnyN , &
f_strintxN, f_strintyN , &
f_taubxN, f_taubyN , &
f_strairxE, f_strairyE , &
f_strtltxE, f_strtltyE , &
f_strcorxE, f_strcoryE , &
f_strocnxE, f_strocnyE , &
f_strintxE, f_strintyE , &
f_taubxE, f_taubyE , &
! f_strairxN, f_strairyN , &
! f_strtltxN, f_strtltyN , &
! f_strcorxN, f_strcoryN , &
! f_strocnxN, f_strocnyN , &
! f_strintxN, f_strintyN , &
! f_taubxN, f_taubyN , &
! f_strairxE, f_strairyE , &
! f_strtltxE, f_strtltyE , &
! f_strcorxE, f_strcoryE , &
! f_strocnxE, f_strocnyE , &
! f_strintxE, f_strintyE , &
! f_taubxE, f_taubyE , &
f_strength, &
f_divu, f_shear , &
f_sig1, f_sig2 , &
Expand Down

0 comments on commit 63d0f48

Please sign in to comment.