Changeset 5111 for LMDZ6/branches/Amaury_dev/makelmdz_fcm
- Timestamp:
- Jul 24, 2024, 12:17:33 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/makelmdz_fcm
r5103 r5111 21 21 physique=lmd 22 22 filtre=filtrez 23 grille=reg24 23 couple=false 25 24 veget=false … … 118 117 [-isotrac true/false] : compile with/without tracers of water isotopes in the physics 119 118 [-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)121 119 [-io ioipsl/mix/xios] : Input/Output library (default: ioipsl) 122 120 [-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") … … 529 524 # Differentes dynamiques (3d, 2d, 1d) 530 525 ######################################################################## 531 532 if [[ $dimc = 3 ]]; then533 cd "$LIBFGCM/grid"534 rm fxyprim.h535 cp -p "fxy_${grille}.h" fxyprim.h536 fi537 538 526 if [[ $dimc = 1 ]]; then 539 527 ## no filtre in 1d:
Note: See TracChangeset
for help on using the changeset viewer.