Changeset 5427


Ignore:
Timestamp:
Dec 19, 2024, 12:35:44 AM (5 hours ago)
Author:
fhourdin
Message:

Bug fix

Location:
BOL/LMDZ_Setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/script_SIMU

    r5426 r5427  
    289289
    290290       echo ATTENTION : ON UTILISE LES FICHIERS DE L ANNEE 2000
    291        ${get}PFTmap_15PFT.v1_2000.nc PFTmap.nc
    292        ${get}woodharvest_2000.nc woodharvest.nc
     291       ln_from_pub 3DInputData/Orchidee PFTmap_15PFT.v1_2000.nc ; ln -s PFTmap_15PFT.v1_2000.nc PFTmap.nc
     292       ln_from_pub 3DInputData/Orchidee woodharvest_2000.nc ; ln -s woodharvest_2000.nc woodharvest.nc
    293293
    294294       sed -e 's/^SECHIBA_restart_in.*./SECHIBA_restart_in=NONE/' \
  • BOL/LMDZ_Setup/setup.sh

    r5426 r5427  
    525525  #-------------------------------------------------------------------
    526526  for file in alb_bg_modisopt_2D_ESA_v2.nc reftemp.nc ; do
    527       wget_pub 3DInputData/Init $file
     527      wget_pub 3DInputData/Orchidee $file
    528528  done
    529529}
Note: See TracChangeset for help on using the changeset viewer.