Ignore:
Timestamp:
Sep 13, 2013, 4:01:10 PM (11 years ago)
Author:
aslmd
Message:

MESOSCALE
LMDZ.MARS

--> Performed the necessary modifications for dynamic tracers

to work with the mesoscale model (new physics).

--> Added precompiling flag MESOSCALE around pressure modifications

done in revision 883. This makes the mesoscale model become crazy.

--> Added an option -e in makemeso to erase a configuration and start over.

NOTE
--> not sure recent versions (rev>1000) are compliant with nesting compilation.
--> use mesoscale model + new physics with caution. still not stabilized.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
Files:
13 edited

Legend:

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

    r315 r1038  
    66
    77       CALL inifis(ngridmx,nlayer,         &
     8#ifdef NEWPHYS
     9               nq,  &
     10#endif
    811               wday_ini,wdaysec,                &
    912               wappel_phys,                     &
    1013               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    11                nqmx,dt,                                                &
     14#ifdef NEWPHYS
     15               dt,                                                     &
     16#else
     17               nq,dt,                                                &
     18#endif
    1219               womeg,wmugaz,                                           &
    1320               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis2.inc

    r315 r1038  
    99       CASE(1)
    1010       CALL inifis(ngridmx,nlayer, &
     11#ifdef NEWPHYS
     12               nq,  &
     13#endif
    1114               wday_ini,wdaysec,                &
    1215               wappel_phys,                     &
    1316               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    14                nqmx,dt,                                                &
     17#ifdef NEWPHYS
     18               dt,                                                     &
     19#else
     20               nq,dt,                                                &
     21#endif
    1522               womeg,wmugaz,                                           &
    1623               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    2936       CASE(2)
    3037       CALL d2_inifis(ngridmx,nlayer, &
     38#ifdef NEWPHYS
     39               nq,  &
     40#endif
    3141               wday_ini,wdaysec,                   &
    3242               wappel_phys,                        &
    3343               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    34                nqmx,dt,                                                &
     44#ifdef NEWPHYS
     45               dt,                                                     &
     46#else
     47               nq,dt,                                                &
     48#endif
    3549               womeg,wmugaz,                                           &
    3650               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis3.inc

    r315 r1038  
    99       CASE(1)
    1010       CALL inifis(ngridmx,nlayer, &
     11#ifdef NEWPHYS
     12               nq,  &
     13#endif
    1114               wday_ini,wdaysec,                &
    1215               wappel_phys,                     &
    1316               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    14                nqmx,dt,                                                &
     17#ifdef NEWPHYS
     18               dt,                                                     &
     19#else
     20               nq,dt,                                                &
     21#endif
    1522               womeg,wmugaz,                                           &
    1623               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    2835       CASE(2)
    2936       CALL d2_inifis(ngridmx,nlayer, &
     37#ifdef NEWPHYS
     38               nq,  &
     39#endif
    3040               wday_ini,wdaysec,                   &
    3141               wappel_phys,                        &
    3242               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    33                nqmx,dt,                                                &
     43#ifdef NEWPHYS
     44               dt,                                                     &
     45#else
     46               nq,dt,                                                &
     47#endif
    3448               womeg,wmugaz,                                           &
    3549               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    4761       CASE(3)
    4862       CALL d3_inifis(ngridmx,nlayer, &
     63#ifdef NEWPHYS
     64               nq,  &
     65#endif
    4966               wday_ini,wdaysec,                   &
    5067               wappel_phys,                        &
    5168               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    52                nqmx,dt,                                                &
     69#ifdef NEWPHYS
     70               dt,                                                     &
     71#else
     72               nq,dt,                                                &
     73#endif
    5374               womeg,wmugaz,                                           &
    5475               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis4.inc

    r426 r1038  
    99       CASE(1)
    1010       CALL inifis(ngridmx,nlayer, &
     11#ifdef NEWPHYS
     12               nq,  &
     13#endif
    1114               wday_ini,wdaysec,                &
    1215               wappel_phys,                     &
    1316               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    14                nqmx,dt,                                                &
     17#ifdef NEWPHYS
     18               dt,                                                     &
     19#else
     20               nq,dt,                                                &
     21#endif
    1522               womeg,wmugaz,                                           &
    1623               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    2835       CASE(2)
    2936       CALL d2_inifis(ngridmx,nlayer, &
     37#ifdef NEWPHYS
     38               nq,  &
     39#endif
    3040               wday_ini,wdaysec,                   &
    3141               wappel_phys,                        &
    3242               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    33                nqmx,dt,                                                &
     43#ifdef NEWPHYS
     44               dt,                                                     &
     45#else
     46               nq,dt,                                                &
     47#endif
    3448               womeg,wmugaz,                                           &
    3549               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    4761       CASE(3)
    4862       CALL d3_inifis(ngridmx,nlayer, &
     63#ifdef NEWPHYS
     64               nq,  &
     65#endif
    4966               wday_ini,wdaysec,                   &
    5067               wappel_phys,                        &
    5168               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    52                nqmx,dt,                                                &
     69#ifdef NEWPHYS
     70               dt,                                                     &
     71#else
     72               nq,dt,                                                &
     73#endif
    5374               womeg,wmugaz,                                           &
    5475               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
     
    6687       CASE(4)
    6788       CALL d4_inifis(ngridmx,nlayer, &
     89#ifdef NEWPHYS
     90               nq,  &
     91#endif
    6892               wday_ini,wdaysec,                   &
    6993               wappel_phys,                        &
    7094               lat_vec,lon_vec,aire_vec,1/reradius,g,r_d,cp,           &
    71                nqmx,dt,                                                &
     95#ifdef NEWPHYS
     96               dt,                                                     &
     97#else
     98               nq,dt,                                                &
     99#endif
    72100               womeg,wmugaz,                                           &
    73101               wyear_day,wperiheli,waphelie,wperi_day,wobliquit,       &
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm

    r69 r1038  
    514514# Build the appropriate 'dimensions.h' file
    515515cd dimension
    516 makdim $ntrac $dim
     516makdim $dim
    517517# echo contents of dimensions.h to standard output
    518518cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm.last

    r69 r1038  
    518518# Build the appropriate 'dimensions.h' file
    519519cd dimension
    520 makdim $ntrac $dim
     520makdim $dim
    521521# echo contents of dimensions.h to standard output
    522522cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_g95

    r330 r1038  
    531531# Build the appropriate 'dimensions.h' file
    532532cd dimension
    533 ./makdim $ntrac $dim
     533./makdim $dim
    534534# echo contents of dimensions.h to standard output
    535535cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_g95.last

    r69 r1038  
    517517# Build the appropriate 'dimensions.h' file
    518518cd dimension
    519 makdim $ntrac $dim
     519makdim $dim
    520520# echo contents of dimensions.h to standard output
    521521cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_ifort

    r86 r1038  
    519519# Build the appropriate 'dimensions.h' file
    520520cd dimension
    521 ./makdim $ntrac $dim
     521./makdim $dim
    522522# echo contents of dimensions.h to standard output
    523523cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_mpi

    r86 r1038  
    531531# Build the appropriate 'dimensions.h' file
    532532cd dimension
    533 makdim $ntrac $dim
     533makdim $dim
    534534# echo contents of dimensions.h to standard output
    535535cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_mpifort

    r772 r1038  
    519519# Build the appropriate 'dimensions.h' file
    520520cd dimension
    521 ./makdim $ntrac $dim
     521./makdim $dim
    522522# echo contents of dimensions.h to standard output
    523523cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_pgf

    r335 r1038  
    523523# Build the appropriate 'dimensions.h' file
    524524cd dimension
    525 makdim $ntrac $dim
     525makdim $dim
    526526# echo contents of dimensions.h to standard output
    527527cat $libf/grid/dimensions.h
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r802 r1038  
    192192   ! *** for LMD physics
    193193   ! ------> inputs:
    194    INTEGER :: ngrid,nlayer,nq,nsoil,nqmx
     194   INTEGER :: ngrid,nlayer,nq,nsoil
    195195   REAL :: pday,ptime,MY 
    196196   REAL :: aire_val,lat_val,lon_val
     
    391391nlayer = kpe-kps+1                    ! number of vertical layers: nlayermx
    392392nsoil = NUM_SOIL_LAYERS               ! number of soil layers: nsoilmx
    393 if (num_3d_s > 1) then                ! number of advected fields: nqmx
     393if (num_3d_s > 1) then                ! number of advected fields
    394394        nq = num_3d_s-1               
    395         nqmx = num_3d_s-1
    396395else
    397396        nq = 1
    398         nqmx = 1
    399397endif
    400398! **** needed but hardcoded
     
    10521050    qsurf_val(2)=MARS_WICE(i,j)    !! logique avec wtnom(2) = 'h2o_ice' defini ci-dessus
    10531051                                   !! ----- retrocompatible ancienne physique
    1054                                    !! ----- [H2O ice is tracer nqmx in qsurf in LMD physics]
     1052                                   !! ----- [H2O ice is last tracer in qsurf in LMD physics]
    10551053    CASE(2) 
    10561054    qsurf_val(1)=0.                !! not coupled with lifting for the moment [non remobilise]
Note: See TracChangeset for help on using the changeset viewer.