Ignore:
Timestamp:
Aug 23, 2016, 10:42:41 AM (9 years ago)
Author:
aslmd
Message:

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

Commit 4: call to call_physiq in module_lmd_driver
(callphysiq_mod is in WRFV2/phys)

module_lmd_driver.F.new is now supposedly independent
of the considered planet

to build an interface with new planetary physics
consider adapting

  • update_inputs_physiq_mod.F
  • update_outputs_physiq_mod.F
  • iniphysiq_mod.F
  • callphysiq_mod.F

for the last two, see examples for a given planet
in LMDZ._yourplanet_/libf/dynphy_lonlat/phy_yourplanet_

NB: checked compatibility of results with previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/Makefile

    r1579 r1580  
    99        module_physics_addtendc.o \
    1010        module_physics_init.o \
    11         update_inputs_physiq_mod.o \
    12         update_outputs_physiq_mod.o \
    13         iniphysiq_mod.o \
     11        update_inputs_physiq_mod.o \
     12        update_outputs_physiq_mod.o \
     13        iniphysiq_mod.o \
     14        callphysiq_mod.o \
    1415        module_lmd_driver.o
    1516 
Note: See TracChangeset for help on using the changeset viewer.