Ignore:
Timestamp:
Jul 24, 2024, 12:17:33 PM (8 weeks ago)
Author:
abarral
Message:

Put abort_physic into a module
Remove -g option from makelmdz_fcm, since that option is linked to a header file that isn't included anywhere.
(lint) light lint on traversed files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/makelmdz_fcm

    r5103 r5111  
    2121  physique=lmd
    2222  filtre=filtrez
    23   grille=reg
    2423  couple=false
    2524  veget=false
     
    118117  [-isotrac true/false]    : compile with/without tracers of water isotopes in the physics
    119118  [-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp
    120   [-g GRI]                   : grid configuration in dyn3d/GRI_xy.h  (default: reg, inclues a zoom)
    121119  [-io ioipsl/mix/xios]                   : Input/Output library (default: ioipsl)
    122120  [-include INCLUDES]        : extra include path to add
     
    142140        "-p")
    143141      physique="$2";  shift; shift;;
    144 
    145         "-g")
    146       grille="$2"; shift; shift;;
    147142
    148143        "-c")
     
    529524  # Differentes dynamiques (3d, 2d, 1d)
    530525  ########################################################################
    531 
    532   if [[ $dimc = 3 ]]; then
    533     cd "$LIBFGCM/grid"
    534     rm fxyprim.h
    535     cp -p "fxy_${grille}.h" fxyprim.h
    536   fi
    537 
    538526  if [[ $dimc = 1 ]]; then
    539527    ## no filtre in 1d:
Note: See TracChangeset for help on using the changeset viewer.