Changeset 5288 for LMDZ6/trunk/makelmdz


Ignore:
Timestamp:
Oct 28, 2024, 3:16:56 PM (2 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

    r5271 r5288  
    1414code=gcm
    1515filtre=filtrez
    16 grille=reg
    1716couple=false
    1817veget=false
     
    131130[-strataer true/false]    : compile with/without the strat aer package by Boucher and co (default: false)
    132131[-parallel none/mpi/omp/mpi_omp] : parallelism (default: none) : mpi, openmp or mixted mpi_openmp
    133 [-g GRI]                   : grid configuration in dyn3d/GRI_xy.h  (default: reg, inclues a zoom)
    134132[-io ioipsl/mix/xios]                   : Input/Output library (default: ioipsl)
    135133[-include INCLUDES]        : extra include path to add
     
    153151      "-p")
    154152          physique="$2" ;  shift ; shift ;;
    155 
    156       "-g")
    157           grille="$2" ; shift ; shift ;;
    158153
    159154      "-c")
     
    623618     INCLUDE="$INCLUDE "'-I$(LIBF)/dynphy_lonlat/'"phy${phys_root}"
    624619   fi
    625    cd $LIBFGCM/grid
    626    \rm fxyprim.h
    627    cp -p fxy_${grille}.h fxyprim.h
    628620   filtre="FILTRE=$filtre"
    629621   INCLUDE="$INCLUDE "'-I$(LIBF)/dyn3d${FLAG_PARA} -I$(LIBF)/dyn3d_common '
     
    649641########################################################################
    650642
    651 nomlib=`echo ${arch}_${physique}_${rad}_${dim_full}_${grille}_${compil_mod}_parall${parallel}_${CPP_KEY}_${FLAG_PARA} | sed -e 's/ //g' -e 's/-//g ' | sed -e 's/CPP_//g'`
     643nomlib=`echo ${arch}_${physique}_${rad}_${dim_full}_${compil_mod}_parall${parallel}_${CPP_KEY}_${FLAG_PARA} | sed -e 's/ //g' -e 's/-//g ' | sed -e 's/CPP_//g'`
    652644echo "Path to library: "$nomlib
    653645
Note: See TracChangeset for help on using the changeset viewer.