Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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