Error: unrecognized arguments: = ACTIVE

Status
Not open for further replies.

dayon

Member
Dear Scientists,

I run the CESM2.1.3 with compset of I2000ClmSpGs, in which the river moduel is MOSART.
If I want to ouput the streamflow of each grid,such as 'RTMFLOOD', 'QCHANR' ? Which variables should I set in the env_build.xml or user_in_mosart?

I try to set the "MOSART_MODE" value from "NULL" to "ACTIVE" which is provided choice in the env_build.xml.
However, it shows that xmlchange: error: unrecognized arguments: = ACTIVE

So, if I want to output the streamflow simulation variables, what shoud I do?

Thanks for your attentions, and any suggestion is appreciate.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Try ./xmlchange MOSART_MODE=ACTIVE
But mosart should be active by default in I2000Clm50SpGs.
 

dayon

Member
Try ./xmlchange MOSART_MODE=ACTIVE
But mosart should be active by default in I2000Clm50SpGs.

Hi, Oleson. Following your suggestions, I tried “./xmlchange MOSART_MODE=ACTIVE”,but it showed that "xmlchange: error: unrecognized arguments: = ACTIVE"

I also tried to add the content like below blue word into user_in_mosart , but the output of model still NOT included the streamflow variables, e.g.,
'QCHANR','QCHANR_ICE','QCHOCNR'.

hist_fincl2 = 'QVEGE','QVEGT','QSOIL','FSH','EFLX_LH_TOT','TSOI_10CM','SOILLIQ','SOILICE','QOVER','QDRAI','QRUNOFF','RAIN_FROM_ATM'
hist_mfilt = 1, 365
hist_nhtfrq = 0, -24
fsurdat = '/home/dayon/inputdata/lnd/clm2/surfdata_map/surfdata_0.125x0.125_longtan_hist_16pfts_Irrig_CMIP6_simyr2005_c210626.nc'


The compset of my case is "I2000ClmSpGs", which should be active by default as you said.
However,
(1) why does the treatment "./xmlchange MOSART_MODE=ACTIVE" fail?
(2) Why the treatment adding variable

Thanks in advance, and any suggestion is appricated.

Best regards,
Dayon
 
Status
Not open for further replies.
Back
Top