Hi,
I've recently received access to the development branch of CAM in order to run some 58L experiments. I downloaded the branch via:
$ git clone GitHub - JulioTBacmeister/CAM: Community Atmosphere Model newCAM
$ cd newCAM
$ git checkout cam_development
$ ./manage_externals/checkout_externals
I am running on Tetralith, so I have replaced the config_batch, config_machine, and config_compiler files in newCAM/ccs_config/machines/ with the Tetralith configuration files, and now I am creating a case with the F1850 compset and f09_f09_mg17 grid using:
./create_newcase --case .../cases/full_newCAM_1850 --compset F1850 --res f09_f09_mg17 --machine tetralith --project snic2022-1-1 --output-root .../newCAM-out
It seems to work, until I receive the following error:
....
*********************************************************************************************************************************
This compset and grid combination is not scientifically supported, however it is used in 4 tests.
*********************************************************************************************************************************
Using charge_account from config_machines.xml: bolinc
cesm model version found: cam6_3_057-34-g33f1d5c
Batch_system_type is slurm
job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE None WALLTIME_FORMAT %H:%M:%S
job is case.st_archive USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE None WALLTIME_FORMAT %H:%M:%S
Creating Case directory .../cases/full_newCAM_1850
ERROR: Directory None does not appear to be a valid case directory
Can someone direct me to the where the issue might be? There is apparently a problem with the case directory preventing it from being created but I'm not sure how to fix this.
Thanks,
Ramsha
I've recently received access to the development branch of CAM in order to run some 58L experiments. I downloaded the branch via:
$ git clone GitHub - JulioTBacmeister/CAM: Community Atmosphere Model newCAM
$ cd newCAM
$ git checkout cam_development
$ ./manage_externals/checkout_externals
I am running on Tetralith, so I have replaced the config_batch, config_machine, and config_compiler files in newCAM/ccs_config/machines/ with the Tetralith configuration files, and now I am creating a case with the F1850 compset and f09_f09_mg17 grid using:
./create_newcase --case .../cases/full_newCAM_1850 --compset F1850 --res f09_f09_mg17 --machine tetralith --project snic2022-1-1 --output-root .../newCAM-out
It seems to work, until I receive the following error:
....
*********************************************************************************************************************************
This compset and grid combination is not scientifically supported, however it is used in 4 tests.
*********************************************************************************************************************************
Using charge_account from config_machines.xml: bolinc
cesm model version found: cam6_3_057-34-g33f1d5c
Batch_system_type is slurm
job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE None WALLTIME_FORMAT %H:%M:%S
job is case.st_archive USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE None WALLTIME_FORMAT %H:%M:%S
Creating Case directory .../cases/full_newCAM_1850
ERROR: Directory None does not appear to be a valid case directory
Can someone direct me to the where the issue might be? There is apparently a problem with the case directory preventing it from being created but I'm not sure how to fix this.
Thanks,
Ramsha