I am using CESM 2.1. I want to turn off output files for cice, cpl, pop and ww. I have used hist_empty_htapes = .true. and empty_htapes = .true. but that shows error for ./case.build step. How can I do it?
Also, I want to generate daily ouput for 'TREFHT', 'TREFHTMX', 'PRECC', 'PRECL'. I put these variables list in user_nl_clm but it shows the following error "Variable name hist_fincl1 not found in /glade/u/home/maruf/my_cesm_sandbox_v2/components/cam/bld/namelist_files/namelist_definition.xml".
Here is my user_nl_cam looks like:
! h1 stream (daily average, finest sub-grid)
! Emon, Lmon
hist_mfilt(2) = 30
hist_dov2xy(2) = .false.
hist_nhtfrq(2) = -24
hist_type1d_pertape(2) = ' '
!empty_htapes = .true.
hist_fincl1 = 'TREFHT', 'TREFHTMX', 'PRECC', 'PRECL'
Also, I want to generate daily ouput for 'TREFHT', 'TREFHTMX', 'PRECC', 'PRECL'. I put these variables list in user_nl_clm but it shows the following error "Variable name hist_fincl1 not found in /glade/u/home/maruf/my_cesm_sandbox_v2/components/cam/bld/namelist_files/namelist_definition.xml".
Here is my user_nl_cam looks like:
! h1 stream (daily average, finest sub-grid)
! Emon, Lmon
hist_mfilt(2) = 30
hist_dov2xy(2) = .false.
hist_nhtfrq(2) = -24
hist_type1d_pertape(2) = ' '
!empty_htapes = .true.
hist_fincl1 = 'TREFHT', 'TREFHTMX', 'PRECC', 'PRECL'