Ignore:
Timestamp:
Jul 20, 2011, 3:07:02 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: corrected runmeso and gcm initialization so that it could be used on GNOME ifort cluster and virtually everywhere. changed choice numbering and added choices to initialize but not execute (good for job submission). Also corrected what was broken in the two previous commits on the version of the mesoscale model with old physics

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC
Files:
1 added
1 deleted
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/PREP_MARS/compile_and_exec

    r11 r235  
    88echo 1 | create_readmeteo.exe
    99readmeteo.exe < readmeteo.def
    10 
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/PREP_MARS/compile_ifort

    r60 r235  
    1818\rm *.o 2> /dev/null
    1919
    20 echo I assume input_diagfi is correctly linked
    21 echo I assume WPSFEED folder exists or is linked
    22 
    23 echo 1 | create_readmeteo.exe
    24 readmeteo.exe < readmeteo.def
     20#echo I assume input_diagfi is correctly linked
     21#echo I assume WPSFEED folder exists or is linked
     22#echo 1 | create_readmeteo.exe
     23#readmeteo.exe < readmeteo.def
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/inifis.F

    r234 r235  
    1       SUBROUTINE meso_inifis(ngrid,nlayer,nq,
    2      $           wdt,
     1      SUBROUTINE inifis(ngrid,nlayer,
    32     $           wday_ini,wdaysec,
    4      $           wappel_phys,wecri_phys,
     3     $           wappel_phys,
    54     $           plat,plon,parea,
    65     $           prad,pg,pr,pcpp,
     6     $           nq, wdt,
    77     $           womeg,wmugaz,
    88     $           wyear_day,wperiheli,waphelie,wperi_day,wobliquit,
     
    528528        dtphys=wdt*float(wappel_phys)
    529529        print*,'Physical timestep (s) ',dtphys
    530         ecri_phys=wecri_phys
     530        ecri_phys=8.e18  !! a dummy low frequency
    531531        print*,'Physical frequency for writing ',ecri_phys
    532532c
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F

    r234 r235  
    1       SUBROUTINE meso_physiq(ngrid,nlayer,nq,
     1      SUBROUTINE physiq(ngrid,nlayer,nq,
    22     $            firstcall,lastcall,
    3      $            wday_ini,
    43     $            pday,ptime,ptimestep,
    54     $            pplev,pplay,pphi,
     
    87     $            pdu,pdv,pdt,pdq,pdpsrf,tracerdyn,
    98     $            wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,
    10      $            wecritphys,
     9     $            wday_ini,
    1110     $            output_tab2d, output_tab3d,
    1211     $            flag_LES)
    13 
    1412
    1513
     
    174172      REAL wqsurf(ngridmx,nqmx)       
    175173      REAL wq2(ngridmx,nlayermx+1)
    176       REAL wecritphys
    177174      REAL output_tab2d(ngridmx,n2d)
    178175      REAL output_tab3d(ngridmx,nlayer,n3d)
     
    395392      iphysiq=ptimestep
    396393c
    397       ecritphy=wecritphys
     394      ecritphy=8.e18  !! a dummy low frequency
    398395      PRINT*,'Write LMD physics each:',ecritphy,' seconds'
    399396              !!PRINT*,ecri_phys 
Note: See TracChangeset for help on using the changeset viewer.