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

MCT errors when run cam5.2 i cesm1_1

The problem in the title is resovled, please ignore it.


But I encountered another one.

When I ran the model, it stopped with:

bulk_props_init: finished for SULFATE
(GETFIL): attempting to find local file ocpho_rrtmg_c101112.nc
(GETFIL): using /lhl01/inputdata/atm/cam/physprops/ocpho_rrtmg_c101112.nc
Opened existing file /lhl01/inputdata/atm/cam/physprops/ocpho_rrtmg_c101112.nc
20
bulk_props_init: finished for OCPHO
(GETFIL): attempting to find local file ocphi_rrtmg_c100508.nc
(GETFIL): using /lhl01/inputdata/atm/cam/physprops/ocphi_rrtmg_c100508.nc
Opened existing file /lhl01/inputdata/atm/cam/physprops/ocphi_rrtmg_c100508.nc
20
bulk_props_init: finished for OCPHI
(GETFIL): attempting to find local file bcpho_rrtmg_c100508.nc
(GETFIL): using /lhl01/inputdata/atm/cam/physprops/bcpho_rrtmg_c100508.nc
Opened existing file /lhl01/inputdata/atm/cam/physprops/bcpho_rrtmg_c100508.nc
20
bulk_props_init: finished for BCPHO
(GETFIL): attempting to find local file dust4_rrtmg_c090521.nc
(GETFIL): using /lhl01/inputdata/atm/cam/physprops/dust4_rrtmg_c090521.nc
Opened existing file /lhl01/inputdata/atm/cam/physprops/dust4_rrtmg_c090521.nc
20
bulk_props_init: finished for DUST4
(GETFIL): attempting to find local file ssam_rrtmg_c100508.nc
(GETFIL): using /lhl01/inputdata/atm/cam/physprops/ssam_rrtmg_c100508.nc
Opened existing file /lhl01/inputdata/atm/cam/physprops/ssam_rrtmg_c100508.nc
20
ENDRUN:init_modes ERROR: cannot find physics buffer field num_a1
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
ENDRUN:init_modes ERROR: cannot find physics buffer field num_a1
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 3

Any help?

Thanks!
 
Chris Fischer said:
What compset and what resolution are you running at?

Thanks

I build cam standalone from .../atm/cam/bld/, by using configure and make, namelist is default.

./configure -ntasks 32 -nosmp -ocn docn -cc mpiicc -fc mpiifort -linker mpiifort -dyn eul -phys cam5 -chem none -res 64x128
./build-namelist -csmdata .../inputdata -config config_cache.xml -ignore_ic_date
make

I successfully ran the cam5.1 in cesm1_0_4 also in this way.
 

fischer

CSEG and Liaisons
Staff member
You'll need to use the following build namelist.

./build-namelist -csmdata .../inputdata -config config_cache.xml -ignore_ic_date -namelist "&camexp prescribed_aero_model='bulk'"

Modal aerosols are the default for CAM5, and the prescribed modal aerosols are not fully implemented yet.

Chris
 
Chris Fischer said:
You'll need to use the following build namelist.

./build-namelist -csmdata .../inputdata -config config_cache.xml -ignore_ic_date -namelist "&camexp prescribed_aero_model='bulk'"

Modal aerosols are the default for CAM5, and the prescribed modal aerosols are not fully implemented yet.

Chris


Thanks it's ok now!
 
Top