Changeset 5723


Ignore:
Timestamp:
Jun 26, 2025, 4:18:00 PM (6 weeks ago)
Author:
idelkadi
Message:

Added the "-install" option to control the installation and compilation of the model.
In setup.sh, set install=n to avoid reinstalling and recompiling the model if it's not necessary (default: install=y).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/setup.sh

    r5722 r5723  
    2020  # instll : either "y" or "n"
    2121  # default : y if n LMDZ will not be installed and compiled
    22   install="n"
     22  install="y"
    2323
    2424  # Radiative code: "oldrad" / "rrtm" / "ecrad"
Note: See TracChangeset for help on using the changeset viewer.