Skip to content

Commit

Permalink
Clean-up ocn_c2_glc variables so they are correctly set by mpaso
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Dec 11, 2024
1 parent 53e7807 commit 827be38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions driver-mct/main/cime_comp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ subroutine cime_init()
ocn_prognostic=ocn_prognostic, &
ocnrof_prognostic=ocnrof_prognostic, &
ocn_c2_glcshelf=ocn_c2_glcshelf, &
ocn_c2_glctf=ocn_c2_glctf, &
glc_prognostic=glc_prognostic, &
rof_prognostic=rof_prognostic, &
rofocn_prognostic=rofocn_prognostic, &
Expand Down Expand Up @@ -1733,8 +1734,6 @@ subroutine cime_init()
lnd_c2_glc = .false.
ocn_c2_atm = .false.
ocn_c2_ice = .false.
ocn_c2_glctf = .false.
ocn_c2_glcshelf = .false.
ocn_c2_wav = .false.
ocn_c2_rof = .false.
ice_c2_atm = .false.
Expand Down Expand Up @@ -1870,9 +1869,9 @@ subroutine cime_init()
write(logunit,F0L)'lnd_c2_rof = ',lnd_c2_rof
write(logunit,F0L)'lnd_c2_glc = ',lnd_c2_glc
write(logunit,F0L)'ocn_c2_atm = ',ocn_c2_atm
write(logunit,F0L)'ocn_c2_glcshelf = ',ocn_c2_glcshelf
write(logunit,F0L)'ocn_c2_glctf = ',ocn_c2_glctf
write(logunit,F0L)'ocn_c2_ice = ',ocn_c2_ice
write(logunit,F0L)'ocn_c2_glcshelf = ',ocn_c2_glcshelf
write(logunit,F0L)'ocn_c2_wav = ',ocn_c2_wav
write(logunit,F0L)'ocn_c2_rof = ',ocn_c2_rof
write(logunit,F0L)'ice_c2_atm = ',ice_c2_atm
Expand Down

0 comments on commit 827be38

Please sign in to comment.