Changeset 2343 for LMDZ5/trunk/libf/dynlonlat_phylonlat
- Timestamp:
- Aug 20, 2015, 12:02:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/iniphysiq.F90
r2331 r2343 23 23 indnum_fn_num,index_trac,& 24 24 niso,ntraceurs_zone,ntraciso 25 USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline 25 26 USE comgeomphy, ONLY: initcomgeomphy, & 26 27 airephy, & ! physics grid area (m2) … … 30 31 rlatd ! latitudes 31 32 USE inifis_mod, ONLY: inifis 33 USE time_phylmdz_mod, ONLY: init_time 32 34 USE infotrac_phy, ONLY: init_infotrac_phy 35 USE phystokenc_mod, ONLY: init_phystokenc 33 36 USE phyaqua_mod, ONLY: iniaqua 34 37 IMPLICIT NONE … … 42 45 include "comvert.h" 43 46 include "iniprint.h" 47 include "temps.h" 48 include "tracstoke.h" 44 49 45 50 REAL, INTENT (IN) :: prad ! radius of the planet (m) … … 134 139 ENDIF ! of IF (klon_glo>1) 135 140 136 !$OMP PARALLEL 141 !$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) 137 142 ! Initialize physical constants in physics: 138 143 CALL inifis(punjours,prad,pg,pr,pcpp) 139 144 CALL init_time(annee_ref,day_ref,day_ini,start_time,nday,ptimestep) 145 146 ! Copy over "offline" settings 147 CALL init_phystokenc(offline,istphy) 148 140 149 ! copy over preff , ap(), bp(), etc 141 150 CALL init_vertical_layers(nlayer,preff,scaleheight, &
Note: See TracChangeset
for help on using the changeset viewer.