Changeset 2601 for LMDZ5/trunk/libf/dynphy_lonlat
- Timestamp:
- Jul 24, 2016, 11:51:55 AM (8 years ago)
- Location:
- LMDZ5/trunk/libf/dynphy_lonlat
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/calfis.F
r2600 r2601 93 93 include "dimensions.h" 94 94 include "paramet.h" 95 include "temps.h"96 95 97 96 INTEGER ngridmx -
LMDZ5/trunk/libf/dynphy_lonlat/calfis_loc.F
r2600 r2601 111 111 include "dimensions.h" 112 112 include "paramet.h" 113 include "temps.h"114 113 115 114 INTEGER ngridmx -
LMDZ5/trunk/libf/dynphy_lonlat/calfis_p.F
r2600 r2601 107 107 #include "dimensions.h" 108 108 #include "paramet.h" 109 #include "temps.h"110 109 111 110 INTEGER ngridmx -
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/ce0l.F90
r2600 r2601 37 37 pi, jmp1 38 38 USE comvert_mod, ONLY: pa, preff, pressure_exner 39 USE temps_mod, ONLY: calend, day_ini, dt 39 40 40 41 IMPLICIT NONE … … 46 47 include "comgeom2.h" 47 48 include "iniprint.h" 48 include "temps.h"49 49 include "logic.h" 50 50 REAL :: masque(iip1,jjp1) !--- CONTINENTAL MASK -
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r2600 r2601 38 38 USE comconst_mod, ONLY: pi, cpp, kappa 39 39 USE comvert_mod, ONLY: ap, bp, preff, pressure_exner 40 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itau_phy 41 40 42 IMPLICIT NONE 41 43 … … 47 49 include "paramet.h" 48 50 include "comgeom2.h" 49 include "temps.h"50 51 include "comdissnew.h" 51 52 REAL, SAVE :: deg2rad -
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90
r2597 r2601 54 54 include "comgeom2.h" 55 55 include "dimsoil.h" 56 include "temps.h"57 56 include "clesphys.h" 58 57 REAL, SAVE :: deg2rad -
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r2600 r2601 32 32 USE inifis_mod, ONLY: inifis 33 33 USE time_phylmdz_mod, ONLY: init_time 34 USE temps_mod, ONLY: annee_ref, day_ini, day_ref, start_time 34 35 USE infotrac_phy, ONLY: init_infotrac_phy 35 36 USE phystokenc_mod, ONLY: init_phystokenc … … 52 53 include "dimensions.h" 53 54 include "iniprint.h" 54 include "temps.h"55 55 include "tracstoke.h" 56 56 … … 98 98 ! --> now initialize things specific to the phylmd physics package 99 99 100 !$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) 100 !!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) 101 !$OMP PARALLEL DEFAULT(SHARED) & 102 ! Copy all threadprivate variables in temps_mod 103 !$OMP COPYIN(annee_ref, day_ini, day_ref, start_time) 101 104 102 105 ! copy over preff , ap(), bp(), etc … … 144 147 #endif 145 148 END IF 146 !$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/)147 149 150 !!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) 151 !$OMP PARALLEL DEFAULT(SHARED) 148 152 ! Additional initializations for aquaplanets 149 153 IF (iflag_phys>=100) THEN
Note: See TracChangeset
for help on using the changeset viewer.