Changeset 2135 for trunk/LMDZ.COMMON/libf/dyn3dpar
- Timestamp:
- May 3, 2019, 1:10:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/conf_gcm.F90
r2126 r2135 498 498 iphysiq = 5 499 499 CALL getin('iphysiq', iphysiq) 500 501 !Config Key = cpofT 502 !Config Desc = dependence of Cp on T 503 !Config Def = False 504 !Config Help = dependence of Cp on T (true or false) 505 cpofT = .False. 506 if (planet_type.eq."venus") then 507 cpofT = .True. 508 endif 509 CALL getin('cpofT', cpofT) 500 510 501 511 !Config Key = iflag_trac … … 990 1000 write(lunout,*)' iflag_phys = ', iflag_phys 991 1001 write(lunout,*)' iphysiq = ', iphysiq 1002 write(lunout,*)' cpofT = ', cpofT 992 1003 write(lunout,*)' iflag_trac = ', iflag_trac 993 1004 write(lunout,*)' iapp_tracvl = ', iapp_tracvl
Note: See TracChangeset
for help on using the changeset viewer.