Changeset 534 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Feb 17, 2012, 11:06:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
r526 r534 29 29 30 30 #include "dimensions.h" 31 #include "paramet.h" 31 32 #include "dimphys.h" 32 33 #include "comgeomfi.h" … … 45 46 #include "logic.h" 46 47 #include "advtrac.h" 48 #include "comgeom.h" 47 49 48 50 c -------------------------------------------------------------- … … 273 275 write(*,*)" time = ",time 274 276 time=time/24.E+0 ! convert time (hours) to fraction of sol 275 276 ecritphy=day_step ! default value for ecritphy277 PRINT *,'Nunber of steps between writediagfi ?'278 call getin("ecritphy",ecritphy)279 write(*,*) " ecritphy = ",ecritphy280 277 281 278 … … 291 288 call getin("day_step",day_step) 292 289 write(*,*) " day_step = ",day_step 290 291 292 ecritphy=day_step ! default value for ecritphy 293 PRINT *,'Nunber of steps between writediagfi ?' 294 call getin("ecritphy",ecritphy) 295 write(*,*) " ecritphy = ",ecritphy 293 296 294 297 ndt=10 ! default value for ndt … … 408 411 c la surface de chaque maille est inutile en 1D ---> 409 412 area(1)=1.E+0 413 aire(1)=area(1) !JL+EM to have access to the area in the diagfi.nc files. area in comgeomfi.h and aire in comgeom.h 410 414 411 415 c le geopotentiel au sol est inutile en 1D car tout est controle
Note: See TracChangeset
for help on using the changeset viewer.