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

Running BHIST experiment with error: pio_die:: myrank= -1 : ERROR: nf_mod.F90: 730 : NetCDF: Variable not found

xnnzka

xnnzka
New Member
Hello, everyone, I need your help!

My cesm version is 2.2.0.

I want to utilize CESM2LENS restart file to exercise the branch type run, but I received this error in cesm.log:
--------------------------------------------------------------------------
Opened existing file b.e21.BHISTsmbb.f09_g17.LE2-1301.012.cam.r.2000-01-01-00000.nc 65536
Opened existing file /public/project/cesm/inputdata/atm/cam/topo/fv_0.9x1.25_nc3000_Nsw042_Nrs008_Co060_Fi001_ZR_sgh30_24km_GRNL_c170103.nc 131072
Opened existing file /public/project/cesm/inputdata/atm/cam/ozone_strataero/ozone_strataero_WACCM_L70_zm5day_18500101-20150103_CMIP6ensAvg_c180923.nc 196608
Opened existing file /public/project/cesm/inputdata/atm/waccm/lb/LBC_1750-2015_CMIP6_GlobAnnAvg_c180926.nc 196608
NetCDF: Variable not found
NetCDF: Variable not found
NetCDF: Variable not found
NetCDF: Variable not found
NetCDF: Variable not found
WARNING: Rearr optional argument is a pio2 feature, ignored in pio1
WARNING: Rearr optional argument is a pio2 feature, ignored in pio1
WARNING: Rearr optional argument is a pio2 feature, ignored in pio1
NetCDF: Variable not found
pio_support::pio_die:: myrank= -1 : ERROR: nf_mod.F90: 730 : NetCDF: Variable not found
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
In this experiment, I just set:
./xmlchange --file env_run.xml --id RUN_TYPE --val 'branch'
./xmlchange --file env_run.xml --id RUN_REFCASE --val 'b.e21.BHISTsmbb.f09_g17.LE2-1301.012'
./xmlchange --file env_run.xml --id RUN_REFDATE --val '2000-01-01'
./xmlchange --file env_run.xml --id STOP_N --val '6'
./xmlchange --file env_run.xml --id STOP_OPTION --val 'nmonths'
./xmlchange --file env_run.xml --id RESUBMIT --val '1'
I do not modify any source code and others. So I am very confused.

I attach my atm.log, cesm.log and cpl.log because I only have these logs. It seems that lnd and other model do not start and the run is killed.

If the information I provided is not enough, please tell me!
 

Attachments

  • atm.log.txt
    32.9 KB · Views: 2
  • cesm.log.txt
    12.8 KB · Views: 2
  • cpl.log.txt
    46.4 KB · Views: 1
Top