Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions io/post_nems_routines.F90
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ subroutine read_postnmlt(kpo,kth,kpv,po,th,pv,post_namelist)
lsmdef,ALSL,me,d3d_on,gocart_on,hyb_sigp,&
pthresh,novegtype,ivegsrc,icu_physics, &
isf_surface_physics,modelname,submodelname,&
rdaod,d2d_chem,nasa_on,gccpp_on
rdaod,d2d_chem,nasa_on,gccpp_on,method_blsn
use upp_ifi_mod, only: write_ifi_debug_files
!
! revision history:
Expand All @@ -249,7 +249,7 @@ subroutine read_postnmlt(kpo,kth,kpv,po,th,pv,post_namelist)

namelist/nampgb/kpo,po,kth,th,kpv,pv,popascal,d3d_on,gocart_on, &
hyb_sigp,write_ifi_debug_files,rdaod,nasa_on,gccpp_on, &
d2d_chem
method_blsn,d2d_chem
namelist/model_inputs/modelname,submodelname
!---------------------------------------------------------------------
!
Expand All @@ -270,6 +270,7 @@ subroutine read_postnmlt(kpo,kth,kpv,po,th,pv,post_namelist)
nasa_on = .false.
gccpp_on = .false.
d2d_chem = .false.
method_blsn = .true.
!
if (me == 0) print *,'post_namelist=',post_namelist
!jw post namelist is using the same file itag as standalone post
Expand Down
Loading