Ignore:
Timestamp:
Aug 23, 2016, 8:04:18 AM (8 years ago)
Author:
aslmd
Message:

Goal: make the mesoscale model compliant
with new interface philosophy and adapted
to easy interfacing with any physics

Commit 3: call to iniphysiq in module_lmd_driver

  • iniphysiq is in WRFV2/phys
  • geometry is initialized in update_inputs_physiq_mod

This call is planet-independent and follows the
same philosophy as iniphysiq in dynphy_lonlat
for the LMDz GCM

NB: mesoscale model now compiles and runs with HEAD version
results completely compatible with v1520 version (same physics)

File:
1 edited

Legend:

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

    r1525 r1579  
    5454      CHARACTER ch1*12
    5555
     56#ifndef MESOSCALE
    5657      ! read in some parameters from "run.def" for physics,
    5758      ! or shared between dynamics and physics.
     
    6566      ecritstart=0 ! default value
    6667      call getin("ecritstart",ecritstart) ! write a restart every ecristart steps
     68#endif
     69
    6770! --------------------------------------------------------------
    6871!  Reading the "callphys.def" file controlling some key options
Note: See TracChangeset for help on using the changeset viewer.