Changeset 5424 for BOL/LMDZ_Setup
- Timestamp:
- Dec 18, 2024, 11:01:38 AM (12 hours ago)
- Location:
- BOL/LMDZ_Setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/lmdz_env.sh
r5422 r5424 9 9 10 10 # <root_dir> will be set by sed by setup.sh here 11 root_dir=/ home/hourdin/TMP/LMDZ_Setup11 root_dir=/lus/work/CT1/c1607732/fhourdin/TestA 12 12 13 13 function get_hostname { … … 122 122 #SUBMITCMD="env $(env | grep -E "SLURM_|SBATCH_|SRUN_" | cut -d= -f1 | awk '{print "-u " $0}' | tr '\n' ' ' ) sbatch --constraint=GENOA --account=$account" # we need to remove the existing SLURM variables otherwise they may be unexpectedly inherited by the submitted script 123 123 submitcmd() { 124 env $(env | grep -E "SLURM_|SBATCH_|SRUN_" | cut -d= -f1 | awk '{print "-u " $0}' | tr '\n' ' ' ) sbatch --constraint=GENOA --account=$account 124 env $(env | grep -E "SLURM_|SBATCH_|SRUN_" | cut -d= -f1 | awk '{print "-u " $0}' | tr '\n' ' ' ) sbatch --constraint=GENOA --account=$account $1 125 125 } # we need to remove the existing SLURM variables otherwise they may be unexpectedly inherited by the submitted script 126 126 ;; -
BOL/LMDZ_Setup/setup.sh
r5422 r5424 17 17 # Radiative code: "oldrad" / "rrtm" / "ecrad" 18 18 rad="rrtm" 19 rad="oldrad"20 19 21 20 # !!! STRONG recommendation : experiments with DIFFERENT Orchidee or aerosol options should be performed in DIFFERENT LMDZ_Setup folders … … 27 26 # in order to re-run the initialisation job, which downloads the aerosol files and interpolates them) 28 27 aerosols="clim" 29 aerosols="n"30 28 31 29 # SURFACE/VEGETATION SCHEME … … 40 38 # netcdf: 0 (use existing library) / 1 (recompile netcdf, slow) 41 39 netcdf=0 42 netcdf=143 40 44 41 # --->>> ALSO PAY ATTENTION TO OUTPUT files, frequency, level ------------- … … 697 694 #echo "\$SUBMITCMD tmp_$SIM" 698 695 #\$SUBMITCMD tmp_$SIM 699 echo submitcmd tmp_$SIM "696 echo submitcmd tmp_$SIM 700 697 submitcmd tmp_$SIM 701 698 ...eod
Note: See TracChangeset
for help on using the changeset viewer.