Changeset 577 for trunk


Ignore:
Timestamp:
Mar 12, 2012, 6:01:42 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor commit : def files; a small correction in runmeso; cosmetic in module_lmd_driver; nircorr=0 default for MESOSCALE in inifis.

Location:
trunk
Files:
5 edited
1 moved

Legend:

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

    r566 r577  
    249249     $              "1-> new correction",
    250250     $              "(matters only if callnirco2=T)"
     251#ifdef MESOSCALE
     252         nircorr=0      !default value. this is OK below 60 km.
     253#else
    251254         nircorr=1      !default value
     255#endif
    252256         call getin("nircorr",nircorr)
    253257         write(*,*) " nircorr = ",nircorr
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r576 r577  
    624624                 sl_ra  = pi*(1.0-sl_lct/12.)
    625625                 sl_lat = 180.*lati(ig)/pi
    626                  sl_tau = tau(ig,1)
     626                 sl_tau = tau(ig,1) !il faudrait iaerdust(iaer)
    627627                 sl_alb = albedo(ig,l)
    628628                 sl_psi = psi_sl(ig)
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso

    r542 r577  
    374374    wrfexe=${work_folder}/wrf_x${nx}_y${ny}_z${nz}_d${nest}_t${tracers}_p${numproc}_s${scat}.exe
    375375    realexe=${work_folder}/real_x${nx}_y${ny}_z${nz}_d${nest}_t${tracers}_p${numproc}_s${scat}.exe
    376  if [[ -f ${wrfexe} ]]
     376 if [[ ${fresh} -eq 0 && -f ${wrfexe} ]]
    377377 then
    378378     echo '**********************************************'
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r574 r577  
    903903#ifdef NEWPHYS
    904904   IF ( nsoil .lt. 18 ) THEN
    905        PRINT *,'** Mars ** WRONG NUMBER OF SOIL LAYERS !!! SHOULD BE 18 AND IT IS ',nsoil
     905       PRINT *,'** Mars ** WRONG NUMBER OF SOIL LAYERS. SHOULD BE 18 AND IT IS ',nsoil
    906906       STOP
    907907   ENDIF
  • trunk/MESOSCALE_DEV/NOTES.txt

    r547 r577  
     1
     2quand on rajoute une variable dans Registry il faut absolument recompiler avec
     3-f total. enlever Registry et faire Regitry.bash ne sufit pas. sinon il met un
     4e erreur absurde avec le fait que les dx ne matchent pas.
     5
     6
    17********************************* compilation API
    28Il fallait faire trois choses:
     
    1319
    1420NE PASE UTILISER NOMBRES NEGATIFS DANS LE CAS HILL !!!!
     21>>> OK
    1522
    1623il faudrait parler du staggering U et V et de sa solution avec api
Note: See TracChangeset for help on using the changeset viewer.