Changeset 5010
- Timestamp:
- Jul 4, 2024, 2:51:08 PM (5 months ago)
- Location:
- BOL/LMDZ_Setup_amaury
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup_amaury/interp_aerosols.sh
r4956 r5010 31 31 32 32 33 # Interpol lation horizontale sur la grille cible33 # Interpolation horizontale sur la grille cible 34 34 # ---------------------------------------------- 35 35 -
BOL/LMDZ_Setup_amaury/setup.sh
r5006 r5010 271 271 if [[ $aerosols = "spla" ]]; then 272 272 # ancien traceur pour l instant 273 cp DEF/trace ur.def_spla DEF/traceur.def273 cp DEF/tracer.def_spla DEF/tracer.def 274 274 elif [[ $phylmd = "lmdiso" ]]; then 275 275 # nouveau traceur , déjà copié si 'y' … … 491 491 # a regrider ensuite par un script interp_fichiers_spla.sh (comme pour aerosols="clim") 492 492 # Les fichiers (regrides, sauf SOILSPEC.data utilise tel quel) seront mis dans $MAINDIR/INPUT_SPLA (equivalent de INPUT_DUST) 493 # The Path below is for JEANZAY. See with the team how to adapt to your cluster. 493 494 if [[ $aerosols = "spla" ]]; then 494 495 mkdir -p "${LMDZ_INIT}/SPLA_Init"; mkdir -p "$LMDZ_INIT/SPLA_Init/INITIAL"
Note: See TracChangeset
for help on using the changeset viewer.