Changeset 5564 for BOL/LMDZ_Setup


Ignore:
Timestamp:
Feb 27, 2025, 2:24:23 PM (5 months ago)
Author:
Laurent Fairhead
Message:

Changed the revision used for recent ORCHIDEE version so that it corresponds to r8758 which is the one
used in the IPSLCM7_work configuration (as of february 2025). Also got rid of the deletion of the sechiba_history files
as they got erased before they were rebuilt in the case of IOIPSL outputs.

Location:
BOL/LMDZ_Setup
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/main.sh

    r5539 r5564  
    7979netcdf=0        # netcddf 0(from system)/1 reinstall/dir. containing nectdf*
    8080aerosols=clim   # n (no) / clim
    81 veget=CMIP6     # Orchidee version : CMIP6 / 7983 (orch2.2 ) / more recent svn
     81veget=CMIP6     # Orchidee version : CMIP6 / 7983 (orch2.2 ) / 8758 (orch4)
    8282save_pub=$LMDZD # Will save files downloaded by wget on $LMDZD (could be 0 or 1)
    8383
  • BOL/LMDZ_Setup/script_SIMU

    r5465 r5564  
    361361   sed -i 's/^initialisation_iso=.*.$/initialisation_iso=0/' $SIMUDIR/DEF/iso.def
    362362fi
    363 set +e ; \rm out* sec* sta* list* rest* gcm.e aer* ; set -e
     363set +e ; \rm out* sta* list* rest* gcm.e aer* ; set -e
    364364
    365365# Arret si on est arrive au bout
  • BOL/LMDZ_Setup/setup.sh

    r5542 r5564  
    401401  if [[ $veget = "7983" ]]; then
    402402    orchidee_def=orchidee.def_6.2work
    403   elif [[ $veget = "7994" ]]; then
     403  elif [[ $veget = "8758" ]]; then
    404404    orchidee_def=orchidee.def_6.4work
    405405    orchidee_pft_def=orchidee_pft.def_6.4work
Note: See TracChangeset for help on using the changeset viewer.