Changeset 112
- Timestamp:
- Apr 18, 2011, 8:14:47 AM (14 years ago)
- Location:
- trunk/mesoscale
- Files:
-
- 8 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/SRC/POSTPROC/api.F90
r111 r112 90 90 CHARACTER (LEN=20) :: process, dummy 91 91 CHARACTER (LEN=2000) :: fields, process_these_fields 92 REAL, DIMENSION(299) 92 REAL, DIMENSION(299) :: interp_levels 93 93 REAL :: rval 94 94 REAL :: MISSING=1.e36 -
trunk/mesoscale/NOTES.txt
r100 r112 1 2 13min_si_Registry_modifie 3 15min_makemeso_moins_f 4 1min_phys_plus_dyn_chgtresol 5 6 PD_SCALAR est T par defaut desormais !! 7 1 8 2 9 il faudrait regler le prob du Registry dans le LES … … 12 19 13 20 concat.e puis localtime.e puis 21 localtime.e (tres long) puis concatnc.e pour avoir en ls 22 le resultat doit etre strider a 10... sinon bug affichage 23 14 24 ncwa -O -v mtot,icetot -a longitude -d longitude,-179.0,179.0 diagfi.nc yeye.nc 15 25 ncwa -O -v mtot -a longitude -d longitude,-180.0,180.0 concat_LT.nc mawd.nc … … 26 36 tester traceurs radiativement actifs avec la nouvelle physique ????? 27 37 28 A FAIRE: PB LES sur iDATAPLEX (les points HFX nuls) (pas de soucis sur ciclad)38 A FAIRE: PB LES sur iDATAPLEX (les points HFX nuls) (pas de soucis sur ciclad) 29 39 METTRE SUR LE svn LA BASE d'ETATS INITIAUX ???? 30 40 -
trunk/mesoscale/PLOT/SPEC/SERIES/mawd.pro
r93 r112 2 2 3 3 ;;;;;;; 4 f_user='/donnees/aslmd/SVN/trunk/mesoscale/TMPDIR/GCMINI/mawd.nc'4 ;f_user='/donnees/aslmd/SVN/trunk/mesoscale/TMPDIR/GCMINI/mawd.nc' 5 5 ;f_user='/tmp7/aslmd/mawd.nc' 6 f_user='/d5/aslmd/mawd.nc' 6 7 v_user = 'mtot' 7 8 x_user = 'Time' … … 37 38 ncdf_varget, cdfid, varid, champ 38 39 39 varid=ncdf_varid(cdfid,x_user)40 ncdf_varget, cdfid, varid, xx41 42 40 varid=ncdf_varid(cdfid,y_user) 43 41 ncdf_varget, cdfid, varid, yy … … 46 44 ;;; en precip-microns 47 45 champ = champ * 1.e6 / 917. 48 ;;; entre 0 et 360 49 xx = xx MOD 360 46 ;;; prendre Time depuis un autre fichier 47 cdfid = ncdf_open('/d5/aslmd/gcm_LT14_a035.nc') 48 varid=ncdf_varid(cdfid,x_user) 49 ncdf_varget, cdfid, varid, xx 50 ;;;; entre 0 et 360 51 ;xx = xx MOD 360 50 52 endif else begin 53 varid=ncdf_varid(cdfid,x_user) 54 ncdf_varget, cdfid, varid, xx 51 55 xx = xx - 360.*2. 52 56 endelse -
trunk/mesoscale/PLOT/SPEC/SERIES/mawd_inc.pro
r91 r112 32 32 33 33 ;;;;;*************************************** MAP LIMITS 34 windowx = [30.,150.] 34 windowx = [30.,150.] 35 windowx = [30.,1500.] 35 36 windowy = [-15.,90.] 37 38 ;;;;; MULTIYEAR 39 isotropic = 'false' 40 windowx = [1500.,4000.] 41 intervalx = 500.0 42 windowy = [-90.,90.] 43 intervaly = 30.0 44 lev = [100.]
Note: See TracChangeset
for help on using the changeset viewer.