Changeset 1227 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar
- Timestamp:
- Aug 10, 2009, 1:45:04 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/etat0_netcdf.F
r1220 r1227 177 177 & iflag_thermals_ed,iflag_thermals_optflux, & 178 178 & iflag_coupl,iflag_clos,iflag_wake, read_climoz ) 179 180 ! co2_ppm0 : initial value of atmospheric CO2 from .def file (co2_ppm value) 181 co2_ppm0 = co2_ppm 179 182 180 183 dtvr = daysec/FLOAT(day_step) -
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/infotrac.F90
r1191 r1227 56 56 INTEGER, ALLOCATABLE, DIMENSION(:) :: vadv ! index of vertical trasport schema 57 57 58 CHARACTER(len= 8), ALLOCATABLE, DIMENSION(:) :: tnom_0 ! tracer short name58 CHARACTER(len=15), ALLOCATABLE, DIMENSION(:) :: tnom_0 ! tracer short name 59 59 CHARACTER(len=8), ALLOCATABLE, DIMENSION(:) :: tracnam ! name from INCA 60 60 CHARACTER(len=3), DIMENSION(30) :: descrq … … 329 329 DEALLOCATE(tracnam) 330 330 331 999 FORMAT (i2,1x,i2,1x,a 8)331 999 FORMAT (i2,1x,i2,1x,a15) 332 332 333 333 END SUBROUTINE infotrac_init
Note: See TracChangeset
for help on using the changeset viewer.