Ignore:
Timestamp:
May 27, 2024, 11:33:04 AM (2 months ago)
Author:
abarral
Message:

(WIP) modify .def, compile ce0l

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/main.sh

    r4940 r4954  
    3939# Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src
    4040# Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22)
    41 # TODO move to expert-level settings
     41# TODO move to expert-level settings ?
    4242version="20240308.trunk" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!
    4343svn=""                   #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!
     
    4848# Grid number of points IMxJMxLM
    4949resol="144x142x79"
    50 
    51 # Whether to install the model: "-install" to install the model, else ""
    52 install="-install"
    5350
    5451# Using XIOS for IOs: "-xios" for enabled, else ""
     
    133130    # launching setup.sh with the options defined in this main.sh.
    134131    # Remember: some other options are only available in lmdz_env.sh and setup.sh.
    135     # TODO clarifier la diff entre $phys et $lmd_phys ?
    136     ./setup.sh -v "$version" "$svn" -d "$resol" "$install" "$cosp" "$xios" -init "$init" -climato "$climato" "$nudging" -f "$freq" -mthini "$mthini" -mthend "$mthend" -p "$lmd_phys" -name "$name"
     132    # shellcheck disable=SC2086
     133    ./setup.sh -v "$version" -d "$resol" -mthini "$mthini" -mthend "$mthend" -init "$init" -climato "$climato" -f "$freq" -p "$lmd_phys" -name "$name" $cosp $xios $nudging $svn
    137134  else
    138135    echo "File $deffile inexistent"; exit 1
Note: See TracChangeset for help on using the changeset viewer.