Changeset 1252


Ignore:
Timestamp:
May 11, 2014, 7:41:54 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC LMDZ.COMMON LMDZ.UNIVERSAL. Bye Bye LMDZ.UNIVERSAL. Go to LMDZ.COMMON!

Location:
trunk
Files:
2 added
1 deleted
8 edited
2 copied

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.COMMON/deftank/def_generic_giants/PROTO_Saturn_Article/modif.128x96.def

    r1165 r1252  
    22## RUN.DEF
    33
    4 # nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )
    5  day_step = 140
     4day_step = 140
     5day_step = 280
    66
    7 # periode de la physique (en pas) (en pas dynamiques, n'a de sens que si iflag_phys=1)                                     
    8   iphysiq=7
     7# peu d appel physiq
     8iphysiq = 140
    99
    10 # temps de dissipation des plus petites long.d ondes pour u,v (gradiv) 
    11  tetagdiv=2700.
     10tetagdiv = 2700.
     11tetagrot = 3600.
     12tetatemp = 3600.
    1213
    13 # temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot)
    14  tetagrot=3600.
    15 
    16 # temps de dissipation des plus petites long.d ondes pour  h ( divgrad)
    17  tetatemp=3600.
     14#tetagdiv = 1500.
     15#tetagrot = 2400.
     16#tetatemp = 2400.
    1817
    1918## CALLPHYS.DEF
    2019
    21 # the rad. transfer is computed every "iradia" physical timestep
    22 iradia    = 320
     20## peu d appel physiq
     21#iradia = 320
  • TabularUnified trunk/LMDZ.COMMON/deftank/def_generic_giants/PROTO_Saturn_Article/run.def

    r1173 r1252  
    1818### use_filtre_fft --> flag to activate FFT filtering
    1919###########################################################################
    20 nday = 65000
     20nday = 650000
     21nday = 1250
    2122iperiod = 5
    2223day_step = 70
     
    3940### physic --> flag with or without physics (*)
    4041###########################################################################
    41 iphysiq = 14
     42iphysiq = 140
    4243ecritphy = 7000
    4344planet_type = generic
     
    6061read_start = y
    6162raz_date = 0
    62 ok_guide = n
     63ok_guide = y
    6364facwind = 1.e6
    6465
     
    8283###########################################################################
    8384dissip_period = 5
    84 dissip_fac_mid = 1.
     85dissip_fac_mid = 2
    8586lstardis = .true.
    8687nitergdiv = 1
    8788nitergrot = 2
    8889niterh = 2
    89 tetagdiv = 5400. 8000. 160000. 1000. 2500. 4000.
    90 tetagrot = 7200. 8000. 160000. 1000. 2500. 4000.
    91 tetatemp = 7200. 8000. 160000. 1000. 2500. 4000.
     90tetagdiv = 5400.
     91tetagrot = 7200.
     92tetatemp = 7200.
    9293
    9394###########################################################################
     
    100101### - dissip_pupstart --> pressure at bottom of transition region (Pa)
    101102###########################################################################
    102 ok_strato = n
    103 dissip_fac_up = 5
     103ok_strato = y
     104dissip_fac_up = 2
    104105dissip_deltaz = 150.
    105106dissip_hdelta = 50.
     
    119120### e-5 medium / e-4 strong yet reasonable / e-3 very strong
    120121###########################################################################
    121 iflag_top_bound = 1
     122iflag_top_bound = 2
    122123mode_top_bound = 1
     124tau_top_bound = 1.e-5
     125tau_top_bound = 1.e-6
    123126tau_top_bound = 1.e-4
    124127
     
    189192###########################################################################
    190193INCLUDEDEF=callphys.def
    191 #INCLUDEDEF=modif.def
     194INCLUDEDEF=modif.def
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/dimphys.h

    r1216 r1252  
    1313!-----------------------------------------------------------------------
    1414
    15       common/dimphys/cursor
    16       integer cursor  !! this is the position of point 1 on the globe
    17                       !! it is 1 obviously for sequential runs
    18                       !! but might differ for paraller runs
    19                       !! it is used in phyetat0 mostly
    20 
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/inifis.F

    r1216 r1252  
    8686
    8787      avocado = 6.02214179e23   ! added by RW
    88 
    89       cursor = 1 ! added by AS in dimphys. 1 for sequential runs.
    9088
    9189! --------------------------------------------------------
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/newstart.F

    r1216 r1252  
    284284      IF (.not. ALLOCATED(long)) ALLOCATE(long(ngridmx))
    285285      IF (.not. ALLOCATED(area)) ALLOCATE(area(ngridmx))
    286       cursor = 1 ! added by AS in dimphys. 1 for sequential runs.
    287286
    288287c-----------------------------------------------------------------------
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/phyetat0.F90

    r1216 r1252  
    7777      INTEGER :: indextime=1 ! index of selected time, default value=1
    7878      logical :: found
    79 
    80 !! added variables by AS to allow to read only slices of startfi
    81 !      real :: toto(ngrid)
    82 !      integer :: sta   !! subscript in starti where we start to read
    83 !      integer, dimension(2) :: sta2d
    84 !      integer, dimension(2) :: siz2d
    85 
    86 ! AS: get the cursor that is stored in dimphys.h
    87 ! ... this allows to read only a part of startfi horiz grid
    88 !sta = cursor
    8979
    9080!
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r1216 r1252  
    730730              ztim1=SIN(declin)
    731731!              ztim2=COS(declin)*COS(2.*pi*(zday/year_day) - zls*nres)
    732 !              ztim3=-COS(declin)*SIN(2.  zday/year_day) - zls*nres)
     732!              ztim3=-COS(declin)*SIN(2.*pi*(zday/year_day) - zls*nres)
    733733! JL12 corrects tidally resonant cases. nres=omega_rot/omega_orb
    734734              ztim2=COS(declin)*COS(2.*pi*(zday/year_day)*nres - zls)
     
    14931493      if(callsoil)then
    14941494         TsS = SUM(area(:)*tsoil(:,nsoilmx))/totarea        ! mean temperature at bottom soil layer
    1495          if (cursor == 1) then
    14961495           print*,'  ave[Tsurf]     min[Tsurf]     max[Tsurf]     ave[Tdeep]'
    14971496           print*,Ts1,Ts2,Ts3,TsS
    1498          endif
    14991497      else
    1500          if (cursor == 1) then
    15011498           print*,'  ave[Tsurf]     min[Tsurf]     max[Tsurf]'
    15021499           print*,Ts1,Ts2,Ts3
    1503          endif         
    15041500      end if
    15051501
     
    16471643
    16481644
    1649          if (cursor == 1) then
    16501645           print*,'--> Ls =',zls*180./pi
    1651          endif
    16521646!        -------------------------------------------------------------------
    16531647!        Writing NetCDF file  "RESTARTFI" at the end of the run
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/start2archive.F

    r1227 r1252  
    128128      CALL defrun_new(99, .TRUE. )
    129129      grireg   = .TRUE.
    130       cursor = 1 ! added by AS in dimphys.
    131130
    132131! initialize "serial/parallel" related stuff
Note: See TracChangeset for help on using the changeset viewer.