dayon
Member
In the document "1.2.3.2.12. Example: user_nl_clm namelist outputting some files in 1D Vector format", as displayed:
hist_fincl2 = 'TG'hist_fincl3 = 'TG'
hist_fincl4 = 'TG'
hist_fincl5 = 'TG'
hist_fincl6 = 'TG'
hist_dov2xy = .true., .false., .false., .false.
hist_type2d_pertape = ' ', 'GRID', 'COLS', ' '
hist_nhtfrq = 0, -24, -24, -24
when I follow the parameter "hist_type2d_pertape " the ./case.build failed, maybe it is hist_type1d_pertape rather than hist_type2d_pertape.
ERROR: in _validate_pair (package Build::NamelistDefinition): Variable name hist_type2d_pertape not found in /home/dayon/cesm2_1_3/components/clm/bld/namelist_files/namelist_definition_drv.xml, /home/dayon/cesm2_1_3/components/clm/bld/namelist_files/namelist_definition_drv_flds.xml, /home/dayon/cesm2_1_3/components/clm/bld/namelist_files/namelist_definition_clm4_5.xml
However, the hist_fincl* above is from 2 to 6, that is 5 streams. but why the hist_dov2xy, hist_type2d_pertape, and hist_nhtfrq only have 4 elements?