Changeset 2076
- Timestamp:
- Jan 21, 2019, 3:52:39 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r2058 r2076 517 517 !!! - physical constants: nevermind, things are done allright below 518 518 !!! - physical frequency: nevermind, in inifis this is a simple print 519 cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution 519 cpp=-9999. ! dummy init for inifis, will be rewrite later on 520 r=-9999. ! dummy init for inifis, will be rewrite later on 520 521 CALL inifis(1,llm,nq,day0,daysec,nday,dtphys, 521 522 . latitude,longitude,cell_area,rad,g,r,cpp) -
trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F
r2035 r2076 490 490 !!! - physical constants: nevermind, things are done allright below 491 491 !!! - physical frequency: nevermind, in inifis this is a simple print 492 cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution 492 cpp=-9999. ! dummy init for inifis, will be rewrite later on 493 r=-9999. ! dummy init for inifis, will be rewrite later on 493 494 CALL inifis(1,llm,nq,day0,daysec,nday,dtphys, 494 495 . latitude,longitude,cell_area,rad,g,r,cpp)
Note: See TracChangeset
for help on using the changeset viewer.