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

cesm1_0_4 does not take fpftcon file in ascii format

Following the code, cesm1_0_4 seems to complain about the fpftcon not being netcdf but the ccsm from a ncar archive i am using takes the ascii.
Is there an option to set to fix this?

this is the file:

be1105en% grep fpftcon lnd_in
fpftcon = '/glade/scratch/drosa/drosa_gig_inputs/pft-physiology.c100226'

be1105en% file /glade/scratch/drosa/drosa_gig_inputs/pft-physiology.c100226
/glade/scratch/drosa/drosa_gig_inputs/pft-physiology.c100226: ascii text

and this is the error:

9: pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 222 : Not a netCDF file
9:
9: Traceback:
9: Offset 0x00000bcc in procedure __pio_support_NMOD_piodie, near line 98 in file pio_support.F90.in
9: Offset 0x00000228 in procedure __pio_utils_NMOD_check_netcdf, near line 65 in file pio_utils.F90
9: Offset 0x00000310 in procedure __ionf_mod_NMOD_open_nf, near line 222 in file ionf_mod.F90
9: Offset 0x0000042c in procedure __piolib_mod_NMOD_pio_openfile, near line 2191 in file piolib_mod.F90
9: Offset 0x00000068 in procedure __ncdio_pio_NMOD_ncd_pio_openfile, near line 196 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/lnd/clm/src/main/ncdio_pio.F90
9: Offset 0x000001e8 in procedure __pftvarcon_NMOD_pftconrd, near line 239 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/lnd/clm/src/main/pftvarcon.F90
9: Offset 0x0000188c in procedure __clm_initializemod_NMOD_initialize1, near line 379 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/lnd/clm/src/main/clm_initializeMod.F90
9: Offset 0x00000bb8 in procedure __lnd_comp_mct_NMOD_lnd_init_mct, near line 272 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/lnd/clm/src/cpl_mct/lnd_comp_mct.F90
9: Offset 0x00002d34 in procedure __ccsm_comp_mod_NMOD_ccsm_init, near line 702 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/drv/driver/ccsm_comp_mod.F90
9: Offset 0x00000050 in procedure ccsm_driver, near line 90 in file /glade/home/drosa/code/cesm1_0_4_drgig/models/drv/driver/ccsm_driver.F90

help please!
 
Top