Ignore:
Timestamp:
Apr 8, 2020, 6:35:50 PM (5 years ago)
Author:
adelavois
Message:

Mars GCM:
Martian physics is now able to start without startfi.nc
Major update for phyetat0_mod and physiq_mod based on what have been done for the Generic physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r2218 r2281  
    3535! to use  'getin'
    3636      USE ioipsl_getincom, only : getin
     37      USE ioipsl_getin_p_mod, ONLY : getin_p
    3738      use tracer_mod, only : nuice_sed, ccn_factor, nuiceco2_sed,
    3839     &                       nuice_ref,nuiceco2_ref
     
    9091         write(*,*) " datadir = ",trim(datadir)
    9192
     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         
    9298         write(*,*) "Run with or without tracer transport ?"
    9399         tracer=.false. ! default value
Note: See TracChangeset for help on using the changeset viewer.