Changeset 1132 for LMDZ4/branches
- Timestamp:
- Mar 24, 2009, 5:15:54 PM (16 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/surf_land_mod.F90
r1080 r1132 23 23 USE dimphy 24 24 USE surface_data, ONLY : ok_veget 25 26 #ifdef ORCHIDEE_NOOPENMP 27 USE surf_land_orchidee_noopenmp_mod 28 #else 25 29 USE surf_land_orchidee_mod 30 #endif 26 31 USE surf_land_bucket_mod 27 32 USE calcul_fluxs_mod -
LMDZ4/branches/LMDZ4-dev/libf/phylmd/surf_land_orchidee_mod.F90
r1067 r1132 1 1 ! 2 2 MODULE surf_land_orchidee_mod 3 #ifndef ORCHIDEE_NOOPENMP 3 4 ! 4 5 ! This module controles the interface towards the model ORCHIDEE … … 632 633 !**************************************************************************************** 633 634 ! 634 635 #endif 635 636 END MODULE surf_land_orchidee_mod -
LMDZ4/branches/LMDZ4-dev/makegcm_fcm
r1114 r1132 67 67 [-g GRI] : conf. grille dans dyn3d/GRI_xy.h (def: reg inclue un zoom) 68 68 [-io IO] : choix d'une librairie I/O, experts (def: ioipsl) 69 [-include INCLUDES] : variables supplementaires pour include cpp, experts. 69 [-include INCLUDES] : variables supplementaires pour include 70 [-cpp CPP_KEY] : cle cpp supplementaires 70 71 [-adjnt] : adjoint, a remettre en route ... 71 72 [-filtre NOMFILTRE] : prend le filtre dans libf/NOMFILTRE (def: filtrez) … … 115 116 case -include 116 117 set INCLUDE="$INCLUDE -I$2" ; shift ; shift ; goto top 118 119 case -cpp 120 set CPP_KEY="$CPP_KEY $2" ; shift ; shift ; goto top 117 121 118 122 case -adjnt
Note: See TracChangeset
for help on using the changeset viewer.