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

run error using domain and surface data set generated by python script subset_data.py

CTSM version ctsm5.1.dev061-3-g7a85024
Point simulation; Compset: 2000_DATM%GSWP3v1_CLM51%SP_SICE_SOCN_SGLC_SWAV
For setting up the case, followed exercise 4c in the document: https://www.cgd.ucar.edu/events/2019/ctsm/files/practical4-wieder.pdf
But created the domain, surface, and atm. forcing files using subset_data.py (CTSM/subset_data.py at master · ESCOMP/CTSM).

I get the following error when the model starts reading the GSWP3 forcing data file:

Abort with message NetCDF: Attempt to use feature that was not turned on when netCDF was built. in file /cluster/home/devarajun/ctsm/cime/src/externals/pio2/src/clib/pioc_support.c at line 2812
Obtained 10 stack frames.
Attached the log files and also the domain file and forcing file. There is no ' lnd' log file generated in the run directory.

I have also tried compiling the model by loading netCDF-C++4/4.3.1-iimpi-2020a in config_machines.xml but no success and get the same error as above

<modules>
<command name="load">StdEnv</command>
<command name="load">CMake/3.16.4-GCCcore-9.3.0</command>
<command name="load">netCDF-Fortran/4.5.2-iimpi-2020a</command>
<command name="load">netCDF-C++4/4.3.1-iimpi-2020a</command>
<command name="load">PnetCDF/1.12.1-iimpi-2020a</command>
<command name="load">ESMF/8.0.1-intel-2020a</command>
<command name="load">netCDF/4.7.4-iimpi-2020a</command>
</modules>

Model runs successfully with PTS_MODE using the global forcing data.

Many thanks in advance for any help to resolve the error.

Dev
 
The files are attached here:
 

Attachments

  • cpl.log.3649238.211121-230832.txt
    45.6 KB · Views: 0
  • cesm.log.3649238.211121-230832.txt
    9.3 KB · Views: 0
  • atm.log.3649238.211121-230832.txt
    10.4 KB · Views: 2
  • forcing-files-netcdf.tar.gz
    6.3 KB · Views: 1
Top