Hi, I am trying to run CTSM case with anomaly forcing data following the instruction on 1.5.9. Running with anomaly forcing — ctsm release-clm5.0 documentation.
I have added this line in user_nl_datm
anomaly_forcing = 'Anomaly.Forcing.Precip','Anomaly.Forcing.Temperature','Anomaly.Forcing.Pressure','Anomaly.Forcing.Humidity','Anomaly.Forcing.Uwind','Anomaly.Forcing.Vwind','Anomaly.Forcing.Shortwave','Anomaly.Forcing.Longwave'
However, this error message occured:
NetCDF Error: Dimension coordDim in /glade/p/cesmdata/cseg/inputdata/atm/datm7/anomaly_forcing/domain.permafrostRCN_P2.c2013.nc : NetCDF: Invalid dimension ID or name
Seems like something is wrong with the domain file?
Also, I would like to run point simulation, (the above error message also occurred when I ran global simulation, so I think it is not because of mywrong setting of point simulation) and the instruction said I should edit the mapalgo namelist, but when I add mapalgo ='nn','nn','nn'...(in total 12 'nn') in user_nl_datm, it said there is no namelist variable called mapalgo. Where should I edit this namelist variable?
I have added this line in user_nl_datm
anomaly_forcing = 'Anomaly.Forcing.Precip','Anomaly.Forcing.Temperature','Anomaly.Forcing.Pressure','Anomaly.Forcing.Humidity','Anomaly.Forcing.Uwind','Anomaly.Forcing.Vwind','Anomaly.Forcing.Shortwave','Anomaly.Forcing.Longwave'
However, this error message occured:
NetCDF Error: Dimension coordDim in /glade/p/cesmdata/cseg/inputdata/atm/datm7/anomaly_forcing/domain.permafrostRCN_P2.c2013.nc : NetCDF: Invalid dimension ID or name
Seems like something is wrong with the domain file?
Also, I would like to run point simulation, (the above error message also occurred when I ran global simulation, so I think it is not because of mywrong setting of point simulation) and the instruction said I should edit the mapalgo namelist, but when I add mapalgo ='nn','nn','nn'...(in total 12 'nn') in user_nl_datm, it said there is no namelist variable called mapalgo. Where should I edit this namelist variable?