Changeset 5288 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- Oct 28, 2024, 3:16:56 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r5271 r5288 20 20 physique=lmd 21 21 filtre=filtrez 22 grille=reg23 22 couple=false 24 23 veget=false … … 117 116 [-isotrac true/false] : compile with/without tracers of water isotopes in the physics 118 117 [-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)120 118 [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) 121 119 [-include INCLUDES] : extra include path to add … … 142 140 "-p") 143 141 physique="$2" ; shift ; shift ;; 144 145 "-g")146 grille="$2" ; shift ; shift ;;147 142 148 143 "-c") … … 601 596 echo dimension $dimension 602 597 603 if (( $dimension == 3 ))604 then605 cd $LIBFGCM/grid606 \rm fxyprim.h607 cp -p fxy_${grille}.h fxyprim.h608 #else609 # echo "Probleme dans les dimensions de la dynamique !!"610 # echo "Non reactive pour l'instant !!!"611 fi612 613 598 if (( $dimension == 1 )) 614 599 then
Note: See TracChangeset
for help on using the changeset viewer.