Ignore:
Timestamp:
Oct 28, 2024, 3:16:56 PM (3 months ago)
Author:
abarral
Message:

Remove grid argument from makegcm makelmdz makelmdz_fcm since it acts on a file that isn't included anywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5271 r5288  
    2020physique=lmd
    2121filtre=filtrez
    22 grille=reg
    2322couple=false
    2423veget=false
     
    117116[-isotrac true/false]    : compile with/without tracers of water isotopes in the physics
    118117[-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp
    119 [-g GRI]                   : grid configuration in dyn3d/GRI_xy.h  (default: reg, inclues a zoom)
    120118[-io ioipsl/mix/xios]                   : Input/Output library (default: ioipsl)
    121119[-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")
     
    601596echo dimension $dimension
    602597
    603 if (( $dimension == 3 ))
    604 then
    605   cd $LIBFGCM/grid
    606   \rm fxyprim.h
    607   cp -p fxy_${grille}.h fxyprim.h
    608 #else
    609 #  echo "Probleme dans les dimensions de la dynamique !!"
    610 #  echo "Non reactive pour l'instant !!!"
    611 fi
    612 
    613598if (( $dimension == 1 ))
    614599then
Note: See TracChangeset for help on using the changeset viewer.