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

Error about single point for CTSM5.2

Zh Chen

chen
New Member
Hi CESM Users:
I successfully ran a global simulation with CTSM5.2.012 using GSWP3 data, the ESMF_impi was built with ESMF_COMM=impi, ESMF_PIO=interal that CTSM need ESMF to be built with PIO, ESMF_PNETCDF=pnetcdf-config. However, I ran a single point simulation with my forcing data failed when I submit, the error is from the ESMF. I reinstall the ESMF for single point, the ESMF_mpiuni was built with ESMF_COMM=mpiuni, ESMF_PIO=external, ESMF_PNETCDF is no set, the error is consistent. Attached are config_* files and log* files.
The main error message in PET.log:
PET0 ESMF_Array.F90:723 ESMF_ArraySMM() Object being used before creation - Bad Object
# single point
./create_newcase --case 1x1_CD --res CLM_USRDAT --compset I1PtClm50SpRs --compiler intel --mach mycomp --run-unsupported
./xmlchange ATM_DOMAIN_MESH=/public/home/CESM/models/CTSM5.2.012/tools/mkmapgrids/lnd_mesh_1x1_CD_c240627.nc
./xmlchange LND_DOMAIN_MESH=/public/home/CESM/models/CTSM5.2.012/tools/mkmapgrids/lnd_mesh_1x1_CD_c240627.nc
./xmlchange MASK_MESH=/public/home/CESM/models/CTSM5.2.012/tools/mkmapgrids/mask_mesh_1x1_CD_c240627.n
./xmlchange CLM_USRDAT_NAME=1x1_CD
./xmlchange NTASKS=1
./case.build --skip-provenance-check
./case.submit # ERROR
 

Attachments

  • atm.log.4129578.240716-171307.txt
    12.1 KB · Views: 0
  • cesm.log.4129578.240716-171307.txt
    701 bytes · Views: 1
  • lnd.log.4129578.240716-171307.txt
    2.6 KB · Views: 1
  • PET0.ESMF_LogFile.txt
    2 KB · Views: 1
  • config_machines.xml.txt
    3 KB · Views: 1
Top