Changeset 2281 for trunk/LMDZ.MARS/libf/phymars/conf_phys.F
- Timestamp:
- Apr 8, 2020, 6:35:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r2218 r2281 35 35 ! to use 'getin' 36 36 USE ioipsl_getincom, only : getin 37 USE ioipsl_getin_p_mod, ONLY : getin_p 37 38 use tracer_mod, only : nuice_sed, ccn_factor, nuiceco2_sed, 38 39 & nuice_ref,nuiceco2_ref … … 90 91 write(*,*) " datadir = ",trim(datadir) 91 92 93 write(*,*) "Initialize physics with startfi.nc file ?" 94 startphy_file=.true. 95 call getin_p("startphy_file",startphy_file) 96 write(*,*) "startphy_file", startphy_file 97 92 98 write(*,*) "Run with or without tracer transport ?" 93 99 tracer=.false. ! default value
Note: See TracChangeset
for help on using the changeset viewer.