Skip to content

Commit

Permalink
Add merge_import and debug_merge options of atmos_model_nml in driver…
Browse files Browse the repository at this point in the history
…/fvGFS/atmosphere.F90.
  • Loading branch information
BinLiu-NOAA committed Apr 17, 2021
1 parent 6944f42 commit cd2879d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion driver/fvGFS/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,13 @@ subroutine atmosphere_init (Time_init, Time, Time_step, Grid_box, area)
logical :: chksum_debug = .false.
logical :: dycore_only = .false.
logical :: debug = .false.
logical :: merge_import = .true.
logical :: debug_merge = .false.
logical :: sync = .false.
integer, parameter :: maxhr = 4096
real, dimension(maxhr) :: fdiag = 0.
real :: fhmax=384.0, fhmaxhf=120.0, fhout=3.0, fhouthf=1.0,avg_max_length=3600.
namelist /atmos_model_nml/ blocksize, chksum_debug, dycore_only, debug, sync, fdiag, fhmax, fhmaxhf, fhout, fhouthf, ccpp_suite, avg_max_length
namelist /atmos_model_nml/ blocksize, chksum_debug, dycore_only, debug, sync, fdiag, fhmax, fhmaxhf, fhout, fhouthf, ccpp_suite, avg_max_length, merge_import, debug_merge
! *DH 20210326

!For regional
Expand Down

0 comments on commit cd2879d

Please sign in to comment.