Ignore:
Timestamp:
Jul 15, 2011, 2:55:17 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE/LMDZ.MARS.new
--> modified to impact last changes

MESOSCALE/LMD_MM_MARS/makemeso
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq?.inc
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis?.inc
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
--> modified to get rid of ecri_phys

and make changes related to meso_physiq and meso_inifis

LMDZ.MARS/libf/phymars
--> see LMDZ.MARS/README

15/07/2011 == AS

  • Modified the mesoscale part so that the previous change by EM does not imply an error in the mesoscale case. More development is needed though to get the "varying z0" capability in the mesoscale model.
  • Worked on versions of meso_physiq and meso_inifis as close as possible to physiq and inifis for more continuity in the process of impacting changes (and even possibly to reach a common version of physiq and inifis).

    The main point is to make the mesoscale significant specific parts

    coded into include files in meso_inc so that meso_physiq and meso_inifis looks very close to physiq and inifis.

    This is completely transparent for GCM users who does not need the

    contents of meso_inc.
  • Slight cosmetic changes to physiq.f and inifis.F --- some of them e.g. to prepare convergence between meso_physiq and physiq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq2.inc

    r55 r226  
    99       CASE(1)
    1010       CALL meso_physiq (ngrid,nlayer,nq,                              &
    11                firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
     11               firstcall,lastcall,pday,ptime,ptimestep,                &
    1212               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
    13 #ifdef NEWPHYS
    14                wtnom, &
    15 #endif
    1613               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
    1714               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
    1815#ifdef NEWPHYS
    19                wisoil, wdsoil, &
     16               wtnom, wisoil, wdsoil, &
    2017#endif
    21                wecri_phys_sec,                &
     18               wday_ini,                      &
    2219               output_tab2d, output_tab3d, flag_LES)
    2320
    2421       CASE(2)
    2522       CALL d2_meso_physiq (ngrid,nlayer,nq,                           &
    26                firstcall,lastcall,wday_ini,pday,ptime,ptimestep,       &
     23               firstcall,lastcall,pday,ptime,ptimestep,                &
    2724               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
    28 #ifdef NEWPHYS
    29                wtnom, &
    30 #endif
    3125               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
    3226               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
    3327#ifdef NEWPHYS
    34                wisoil, wdsoil, &
     28               wtnom, wisoil, wdsoil, &
    3529#endif
    36                wecri_phys_sec,                &
     30               wday_ini,                      &
    3731               output_tab2d, output_tab3d, flag_LES)
    3832
Note: See TracChangeset for help on using the changeset viewer.