Changeset 160 for trunk/MESOSCALE


Ignore:
Timestamp:
Jun 16, 2011, 11:48:42 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: modifications to use a tweaked polar topography corresponding to paleo conditions. plus purely cosmetic changes.

Location:
trunk/MESOSCALE
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/in_lmdz_mars/myGCM/run.def.INIT

    r73 r160  
    66- Nombre de jours d'integration                                         
    77     nday
    8  5 10 30 10
     8 7 5 10 30 10 40
    99
    1010- nombre de pas par jour (multiple de iperiod) ( ici pour  dt = 1 min )     
     
    8686- frequence (en pas) de l'ecriture du fichier diagfi               
    8787 ecritphy
    88  40
     88 80 80 80 80 80 80 80 80 40
    8989
    9090- longitude en degres du centre du zoom                                 
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars_POLARTESTS

    r69 r160  
    3434        rel_path=               64ppd:mola_topo64/
    3535        rel_path=               64ppd_noHRti:mola_topo64/
    36         rel_path=               custom:crater2/
     36        #rel_path=               custom:crater2/
     37        rel_path=               custom:mola_tweak/
    3738        rel_path=               omega:mola_topo64/
    3839===============================
     
    6364        rel_path=               64ppd:mola_topo64/
    6465        rel_path=               64ppd_noHRti:mola_topo64/
    65         rel_path=               custom:crater2/
     66        #rel_path=               custom:crater2/
     67        rel_path=               custom:mola_tweak/
    6668        rel_path=               omega:mola_topo64/
    6769===============================
     
    9294        rel_path=               64ppd:mola_topo64/
    9395        rel_path=               64ppd_noHRti:mola_topo64/
    94         rel_path=               custom:crater2/
     96        #rel_path=               custom:crater2/
     97        rel_path=               custom:mola_tweak/
    9598        rel_path=               omega:mola_topo64/
    9699===============================
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/meso_physiq.F

    r159 r160  
    14071407
    14081408
    1409 !truc ajouté pour vérifier la conservation.
    1410            DO l=1,nlayer
    1411               DO ig=1,ngrid
    1412                   pdq_diag(ig)=0.
    1413                   pdq_diag(ig)=pdq_diag(ig) +
    1414      &                         pdq(ig,l,igcm_dust_mass)*3.6e9
    1415      &                      *  (pplev(ig,l) - pplev(ig,l+1)) / g
    1416               ENDDO
    1417            ENDDO
    1418 
     1409!!truc ajoute pour verifier la conservation.
     1410!
     1411!                 pdq_diag(:)=0.
     1412!
     1413!           DO ig=1,ngrid
     1414!              DO l=1,nlayer
     1415!                  pdq_diag(ig)=pdq_diag(ig) +
     1416!     &                         pdq(ig,l,igcm_dust_mass)*3.6e9
     1417!     &                      *  (pplev(ig,l) - pplev(ig,l+1)) / g
     1418!              ENDDO
     1419!           ENDDO
    14191420
    14201421
  • trunk/MESOSCALE/PLOT/SPEC/MAP/map_uvt.pro

    r154 r160  
    2020   help, u
    2121endif
    22 getcdf, file=filename, charvar='XLONG', invar=longi
    23 getcdf, file=filename, charvar='XLAT', invar=lati
    24 getcdf, file=filename, charvar='HGT', invar=hgt
     22if (n_elements(fieldscoord) eq 0) then begin
     23 getcdf, file=filename, charvar='XLONG', invar=longi
     24 getcdf, file=filename, charvar='XLAT', invar=lati
     25 getcdf, file=filename, charvar='HGT', invar=hgt
     26endif else begin
     27 print, 'coordinates are ', fieldscoord
     28 getcdf, file=filename, charvar=fieldscoord(0), invar=longi
     29 getcdf, file=filename, charvar=fieldscoord(1), invar=lati
     30 getcdf, file=filename, charvar=fieldscoord(2), invar=hgt
     31endelse
     32
    2533;
    2634;
Note: See TracChangeset for help on using the changeset viewer.