Hi All,
I'm using cesm1.2.2.1 to create a case like this:
create_newcase --compset B1850C5 --res ne120_t12
So I use the following cam_inparm in atm_in:
/atm/cam/inic/homme/cami-mam3_0000-01-ne120np4_L30_c110928.nc
The problem arises here, the variables required by the phys_inidat subroutine of the physpkg.F90 code are not in that file.
For example, variables such as PBLH and TPERT.
When I try to read the variable, an error occurs saying "NetCDF: Variable not found" in the check_var subroutine of the ncdio_atm.F90 function, and when I check the actual netcdf file with ncdump, the file does not exist.
Did I get wrong input data? Or are those variables unnecessary and the warning is just a warning?
Thanks,
Kihang
I'm using cesm1.2.2.1 to create a case like this:
create_newcase --compset B1850C5 --res ne120_t12
So I use the following cam_inparm in atm_in:
/atm/cam/inic/homme/cami-mam3_0000-01-ne120np4_L30_c110928.nc
The problem arises here, the variables required by the phys_inidat subroutine of the physpkg.F90 code are not in that file.
For example, variables such as PBLH and TPERT.
When I try to read the variable, an error occurs saying "NetCDF: Variable not found" in the check_var subroutine of the ncdio_atm.F90 function, and when I check the actual netcdf file with ncdump, the file does not exist.
Did I get wrong input data? Or are those variables unnecessary and the warning is just a warning?
Thanks,
Kihang