Changeset 608 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Mar 31, 2012, 2:12:55 PM (13 years ago)
Author:
aslmd
Message:

LMDZ.MARS: minor correction in solarlong. MESOSCALE: output mtot and icetot now same units, notes updated, improved save_this_simu so that all .def are saved. UTIL PYTHON: now in mesoscale mode, sections show lat/lon instead of nx or ny (to be improved), also corrected 1D labels that was not working for several time asked.

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 edited

Legend:

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

    r577 r608  
    16581658      wco2ice(1:ngrid) = co2ice(1:ngrid)  !! co2 ice
    16591659      mtot(1:ngrid) = mtot(1:ngrid) * 1.e6 / rho_ice
     1660      icetot(1:ngrid) = icetot(1:ngrid) * 1.e6 / rho_ice
    16601661      !! JF
    16611662      TAU_lay(:)=tau(:,1)!!true opacity (not a reference like tauref)
  • trunk/LMDZ.MARS/libf/phymars/solarlong.F

    r38 r608  
    6161c -------------------------------------------------------
    6262
    63 c   Initialisation eventuelle:
    64       if(.not.unitastr.gt.1.e-4) then
    65          call iniorbit(249.22,206.66,669.,485.,25.2)
    66       endif
    67 
    6863c  calcul de l'zanomalie moyenne
    6964
Note: See TracChangeset for help on using the changeset viewer.