Changeset 1322 for LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar
- Timestamp:
- Mar 12, 2010, 11:54:11 AM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar/etat0_netcdf.F
r1299 r1322 144 144 REAL :: solarlong0 145 145 real :: seuil_inversion 146 REAL :: alp_offset 146 147 147 148 integer read_climoz ! read ozone climatology … … 184 185 & iflag_thermals,nsplit_thermals,tau_thermals, & 185 186 & iflag_thermals_ed,iflag_thermals_optflux, & 186 & iflag_coupl,iflag_clos,iflag_wake, read_climoz ) 187 & iflag_coupl,iflag_clos,iflag_wake, read_climoz, & 188 & alp_offset) 187 189 188 190 ! co2_ppm0 : initial value of atmospheric CO2 from .def file (co2_ppm value) -
LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar/leapfrog_p.F
r1299 r1322 677 677 call suspend_timer(timer_caldyn) 678 678 679 if (prt_level >= 10) then 679 680 write(lunout,*) 680 681 & 'leapfrog_p: Entree dans la physique : Iteration No ',true_itau 682 endif 681 683 c$OMP END MASTER 682 684
Note: See TracChangeset
for help on using the changeset viewer.