Changeset 1525 for trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat
- Timestamp:
- Mar 30, 2016, 8:24:43 AM (9 years ago)
- Location:
- trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat
- Files:
-
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat/phytitan/iniphysiq_mod.F90
r1524 r1525 16 16 klon_omp_end, & ! end index of local omp subgrid 17 17 klon_mpi_begin ! start indes of columns (on local mpi grid) 18 USE control_mod, ONLY: nday 18 19 USE comgeomphy, ONLY: initcomgeomphy, & 19 20 airephy, & ! physics grid area (m2) … … 175 176 176 177 ! Initialize some "temporal and calendar" related variables 177 CALL init_time(annee_ref,day_ref,day_ini,day_end, ptimestep)178 CALL init_time(annee_ref,day_ref,day_ini,day_end,nday,ptimestep) 178 179 179 180 !$OMP END PARALLEL -
trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat/phyvenus/scal_wind.F
r1520 r1525 15 15 #include "dimensions.h" 16 16 #include "paramet.h" 17 #include "comgeom.h"18 17 19 18 c Arguments: -
trunk/LMDZ.COMMON/libf/dynlonlat_phylonlat/phyvenus/wind_scal.F
r1520 r1525 15 15 #include "dimensions.h" 16 16 #include "paramet.h" 17 #include "comgeom.h"18 17 19 18 c Arguments:
Note: See TracChangeset
for help on using the changeset viewer.