Skip to content

Commit

Permalink
Don't read CROCUS namelist if not HRLDAS-coupled
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabell committed Jan 13, 2023
1 parent e7185cb commit 34770b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trunk/NDHMS/OrchestratorLayer/config.f90
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,9 @@ subroutine init_namelist_rt_field(did)
#endif
close(12)

call read_crocus_namelist(crocus_opts)
if (sys_cpl == 1) then
call read_crocus_namelist(crocus_opts)
endif
! #ifdef MPP_LAND
! endif
! #endif
Expand Down

0 comments on commit 34770b6

Please sign in to comment.