Ignore:
Timestamp:
Apr 28, 2025, 1:57:32 AM (3 months ago)
Author:
fhourdin
Message:

Bug fix LMDZ_Setup pour spla et iso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/setup.sh

    r5608 r5632  
    337337  if [[ $aerosols = "spla" ]]; then
    338338    # nouveau tracer.def (remplace "traceur.def")
    339     cp DEF/CONFIG/tracer.def_spla DEF/CONFIG/tracer.def
     339    cp DEF/CONFIG/traceur.def_spla DEF/traceur.def
     340    \rm -f DEF/tracer.def
    340341  elif [[ $phylmd = "lmdiso" ]]; then
    341342    # déjà copié si 'y'
    342     cp DEF/CONFIG/tracer.def_nospla DEF/CONFIG/tracer.def
     343    cp DEF/CONFIG/tracer.def_nospla DEF/tracer.def
    343344  fi
    344345
     
    346347  #----------------------------------------------------------------------
    347348  if [[ $aerosols = "spla" ]]; then
    348       cp DEF/DYN/gcm.def_zNAfrica_BiJe DEF/DYN/gcm.def; fi
     349      cp DEF/DYN/gcm.def_zNAfrica_BiJe DEF/gcm.def; fi
    349350
    350351  # Inscription du choix ok_guide dans DEF/guide.def
Note: See TracChangeset for help on using the changeset viewer.