- Timestamp:
- Jan 28, 2016, 5:02:13 PM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2397-2403,2405-2407,2410-2413,2415-2424,2426-2429,2431-2432,2434
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/surf_land_orchidee_noopenmp_mod.F90
r2408 r2435 5 5 ! 6 6 ! This module is compiled only if CPP key ORCHIDEE_NOOPENMP is defined. 7 ! This module should be used with ORCHIDEE sequentiel or parallele MPI version (not MPI-OpenMP mixte) 7 ! This module should be used with ORCHIDEE sequentiel or parallele MPI version 8 ! (not MPI-OpenMP mixte) until revision 1077 in the ORCHIDEE trunk. 8 9 9 10 #ifdef ORCHIDEE_NOOPENMP … … 35 36 ! 36 37 SUBROUTINE surf_land_orchidee(itime, dtime, date0, knon, & 37 knindex, rlon, rlat, pctsrf, &38 knindex, rlon, rlat, yrmu0, pctsrf, & 38 39 debut, lafin, & 39 40 plev, u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, & … … 118 119 REAL, DIMENSION(klon,nbsrf), INTENT(IN) :: pctsrf 119 120 REAL, DIMENSION(klon), INTENT(IN) :: rlon, rlat 121 REAL, DIMENSION(klon), INTENT(IN) :: yrmu0 120 122 REAL, DIMENSION(klon), INTENT(IN) :: plev 121 123 REAL, DIMENSION(klon), INTENT(IN) :: u1_lay, v1_lay
Note: See TracChangeset
for help on using the changeset viewer.