Changeset 5288 for LMDZ6/trunk/makelmdz
- Timestamp:
- Oct 28, 2024, 3:16:56 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r5271 r5288 14 14 code=gcm 15 15 filtre=filtrez 16 grille=reg17 16 couple=false 18 17 veget=false … … 131 130 [-strataer true/false] : compile with/without the strat aer package by Boucher and co (default: false) 132 131 [-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)134 132 [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) 135 133 [-include INCLUDES] : extra include path to add … … 153 151 "-p") 154 152 physique="$2" ; shift ; shift ;; 155 156 "-g")157 grille="$2" ; shift ; shift ;;158 153 159 154 "-c") … … 623 618 INCLUDE="$INCLUDE "'-I$(LIBF)/dynphy_lonlat/'"phy${phys_root}" 624 619 fi 625 cd $LIBFGCM/grid626 \rm fxyprim.h627 cp -p fxy_${grille}.h fxyprim.h628 620 filtre="FILTRE=$filtre" 629 621 INCLUDE="$INCLUDE "'-I$(LIBF)/dyn3d${FLAG_PARA} -I$(LIBF)/dyn3d_common ' … … 649 641 ######################################################################## 650 642 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'`643 nomlib=`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'` 652 644 echo "Path to library: "$nomlib 653 645
Note: See TracChangeset
for help on using the changeset viewer.