Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Volet

configexp.cfg
sps.cfg
outcfg.out

dyn_input_table
physics_input_table
CLASS_input_table
   # Only needed when running CLASS

rpnstd_units.dict
rpnstd_units.rdict
sps.dict

configexp.cfg


Volet
# Requested wall time; same as in GEM
SPS_walltime=86400
# Topology: MPI(x)xMPI(y)xOpenMP; same as in GEM but other than for GEM, OpenMPI is much more efficient!
# SPS_topo=1x1x1

SPS_topo=2x2x4

# Experiment name; other than in GEM the YYYYMM will get added to the full name
SPS_exp=SPS_GLHBQC_0.0225d_1350x1080
# Base directory of executable; same as in GEM
SPS_bin=/home/winger/SPS/v_6.1.1/Abs/SPS_UQAM_development_FLake_CLASS/sps
# Start date of simulation; same as in GEM
SPS_startdate="2008 01 01 00"
# End date of simulation; same as in GEM
SPS_enddate="2008 02 02 00"
# Number of months to run per job; max 12; same as in GEM
SPS_interval=12

# Ozone climatology; same file as for GEM
SPS_CONST
=${AFSISIO}/datafiles/constants/ozoclim_phy45
# General climatology file; same file as for GEM
SPS_climato=${MODEL_DATA}/Climatology/MHEEP/clim_gemdm320_1080x540_v2_de_francois_withiceline_i8_glorys1v1.0_corr_EMIB
# Geophysical field file directory; almost same file as for GEM but
#    - 'ME' needs to be renamed to 'MF' and
#    - 'ME' of the driving data should be added and called 'MFBR'
SPS_geophy
=/pampa/roberge/Geophys/For_Offline/Geophys_GLHBQC_0.0225d_1350x1080_USGS
# Initial condition file; similar file as for GEM: instead of atmospheric fields SPS upper driving data are needed
SPS_anal=/tornado/roberge/Output/GEM511/Cascades_CORDEX/CLASS/For_Offline/NAM-11m_GEM511_ERA5_CLASS_USGS_SN8_TOFD_SA2_10yrs/Analysis/NAM-11m_GEM511_ERA5_CLASS_USGS_SN8_TOFD_SA2_10yrs_20080101-00000000
# Directory containing upper SPS driving data. There needs to be one file per month
SPS_pil_dir
=/tornado/roberge/Output/GEM511/Cascades_CORDEX/CLASS/For_Offline/NAM-11m_GEM511_ERA5_CLASS_USGS_SN8_TOFD_SA2_10yrs/Offline_monthly
# Directory containing SST & SIC, same as for GEM
SPS_SST_dir
=${MODEL_DATA}/SST_SeaIce_degK/ERA5

# Temporary base input directory; same as for GEM
SPS_inrep=/dev/shm/${USER}/SPS_inrep
# Temporary base output directory; same as for GEM
SPS_outrep=/BIG3/winger/EXECDIR/stage
# Final archive directory
SPS_archdir=/BIG3/winger/SPS/Output/
${SPS_exp}



outcfg.out

SPS does not have the possibility to write and continue from restart files. Therefore, at the end of each job all fields needed to start another simulation need to get outputted. The next job will then use the output of the previous job as initial conditions. To make the output of fields at the end of a job easier, steps=1 and steps=2 are now hard coded to:

...