Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Wrong monthly history files in CLM3.0 coupled with CAM3.1

Hi all,

I'm running CAM3.1 with CLM3.0.
In the namelist, I set the parameters to output two kind of files: h0 monthly and h1 6-hourly.
However, in the h0 files the variables were wrong.
I've asked one variable only QOVER in the h0 history file, but the model write out ZSOI,DZSOI, WATSAT, SUCSAT,BSW and QOVER.

Is required to contain the variables ZSOI,DZSOI,WATSAT,SUCSAT,BSW in h0 file?
How could I remove this variables?
Thanks in advanced!!
Junior

See below the namelist.

&camexp
absems_data = '/home/dados/cam/input_data/atm/cam/rad/abs_ems_factors_fastvx.c030508.nc'
aeroptics = '/home/dados/cam/input_data/atm/cam/rad/AerosolOptics_c040105.nc'
bnd_topo = '/home/dados/cam/input_data/atm/cam/topo/topo-from-cami_0000-09-01_128x256_L26_c040422.nc'
bndtvaer = '/home/dados/cam/input_data/atm/cam/rad/AerosolMass_V_128x256_clim_c031022.nc'
bndtvo = '/home/dados/cam/input_data/atm/cam/ozone/pcmdio3.r8.64x1_L60_clim_c970515.nc'
bndtvs = '/home/dados/cam/input_data/atm/cam/sst/sst_HadOIBl_bc_128x256_1949_2001_c020812.nc'

REST_PFILE = './cam2.run0.rpointer'
caseid = 'en51'
ctitle = 'CAM3.1 - FUNCEME - member 51'
dtime = 600
iyear_ad = 1969

ncdata = '/home/rede/cam/dados/camrun.test/run/initial.cam2.i.1969-11-01-00000.nc'
!nelapse = -1
empty_htapes = .TRUE.
nsrest = 0 ! 0 initial or 1 restart dataset
ndens = 1,1
calendar = 'NO_LEAP'
START_YMD = 19691101
STOP_YMD = 19820101
start_tod = 0

sstcyc = .false.
empty_htapes = .TRUE.
AVGFLAG_PERTAPE= A,A
NREFRQ = 1 ! 0 or 1 restart history files
INITHIST = 'MONTHLY'
NHTFRQ = 0,-6 ! array of history files frequency
MFILT = 1,1
FINCL1 = PRECT, TREFHT ! Monthly
FINCL2 = PSL, PRECT, SHFLX, LHFLX, CLDTOT, TREFHT, TREFHTMX, TREFHTMN, FSNS, FSDS, FLNS, FSNTOA, FLUT, ICEFRAC, TMQ, SRFRAD, TS1, TS3 T:I, U:I, V:I, Q:I, Z3:I, PS, TS, SNOWHLND ,U10 !6-hourly , FSNSC, FLNSC, FLNTC

&clmexp
MSS_IRT = 0
CASEID = 'en51'
CTITLE = 'CAM3.1 - member 51'
HIST_AVGFLAG_PERTAPE = A, A
HIST_NHTFRQ = 0,-6
HIST_MFILT = 1, 1
HIST_EMPTY_HTAPES = .TRUE.
HIST_FINCL1 = QOVER
HIST_FINCL2 = QOVER, TSOI, QSOIL, H2OSOI !, FSDS,H2OSOI
HIST_NDENS = 1, 1
! finidat = '/home/dados/cam/input_data/lnd/clm2/inidata_2.1/cam/clmi_0000-09-01_128x256_c040422.nc'
finidat = '/home/rede/cam/dados/camrun.test/run/initial.clm2.i.1969-11-01-00000.nc'
fpftcon = '/home/dados/cam/input_data/lnd/clm2/pftdata/pft-physiology'
fsurdat = '/home/dados/cam/input_data/lnd/clm2/srfdata/cam/clms_128x256_c031031.nc'
rpntpath = './lnd.run0.rpointer'
 
Top