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

Field name T_REF2M_24 (added by me) not found - extract_accum_field_sl ERROR

mariuslam

Marius Lambert
New Member
Hi,

I tried to create a 24h accumulated 2m temperature variable by copying the way it was done for the vegetation temperature (T_VEG24) in TemperatureType.F90, except that I replaced "runmean" by "timeavg". I did not change anything in the src_clm40 folder.
I got the following error message during CTSM initialization : "extract_accum_field_slERROR: field name T_REF2M_24 not found ENDRUN: ERROR: Accumulation field not found".

I am running single site CTSM-Fates, from a cold start. The compset is 2000_DATM%GSWP3v1_CLM50%FATES_SICE_SOCN_MOSART_SGLC_SWAV and further setup details can be found in FATES_DROUGHT_HYDRO.sh attached.

I would be very thankful if anyone has a clue of what is going on here.
Thanks in advance,

Marius Lambert, University of Oslo

--------------------------------------------
CTSM version: fates_next_api_8.0.0-956-g02701d4 --> GitHub - mariuslam/CTSM_single_site_fateshydro at ctsm_fates_hydro_hardening_06_15
FATES version: GitHub - mariuslam/Fates_single_site at sci.1.35.0_api.10.0.0_marius_hardening_06_15
Attached: my running script and log files
 

Attachments

  • FATES_DROUGHT_HYDRO_REF_spin_hardening.sh.gz
    1.7 KB · Views: 1
  • atm.log.3222348.210805-105438.gz
    1.7 KB · Views: 0
  • cesm.log.3222348.210805-105438.gz
    3.1 KB · Views: 1
  • cpl.log.3222348.210805-105438.gz
    3.5 KB · Views: 0
  • lnd.log.3222348.210805-105438.gz
    19.2 KB · Views: 2

oleson

Keith Oleson
CSEG and Liaisons
Staff member
It looks like there is a limit of 8 characters for the name of the accumulation fields. You are using 10 (T_REF2M_24). So it is probably looking for T_REF2M_.
You could try shortening the name.
 
Top