Changeset 5010 for BOL/LMDZ_Setup_amaury


Ignore:
Timestamp:
Jul 4, 2024, 2:51:08 PM (4 months ago)
Author:
abarral
Message:

fix SPLA .DEF tracer file

Location:
BOL/LMDZ_Setup_amaury
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/interp_aerosols.sh

    r4956 r5010  
    3131
    3232
    33 # Interpollation horizontale sur la grille cible
     33# Interpolation horizontale sur la grille cible
    3434# ----------------------------------------------
    3535
  • BOL/LMDZ_Setup_amaury/setup.sh

    r5006 r5010  
    271271  if [[ $aerosols = "spla" ]]; then
    272272    # ancien traceur pour l instant
    273     cp DEF/traceur.def_spla DEF/traceur.def
     273    cp DEF/tracer.def_spla DEF/tracer.def
    274274  elif [[ $phylmd = "lmdiso" ]]; then
    275275    # nouveau traceur , déjà copié si 'y'
     
    491491  # a regrider ensuite par un script interp_fichiers_spla.sh (comme pour aerosols="clim")
    492492  # 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.
    493494  if [[ $aerosols = "spla" ]]; then
    494495    mkdir -p "${LMDZ_INIT}/SPLA_Init"; mkdir -p "$LMDZ_INIT/SPLA_Init/INITIAL"
Note: See TracChangeset for help on using the changeset viewer.