Ignore:
Timestamp:
Dec 10, 2009, 10:02:56 AM (15 years ago)
Author:
Laurent Fairhead
Message:

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

Location:
LMDZ4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk

  • LMDZ4/trunk/libf/phylmd/aaam_bud.F

    r940 r1279  
    3939c nlon----input-I-Total number of horizontal points that get into physics
    4040c nlev----input-I-Number of vertical levels
    41 c rjour---input-R-Jour compte depuis le debut de la simu (run.def)
    42 c rsec----input-R-Seconde de la journee
    43 c rea-----input-R-Earth radius
    44 c rg------input-R-gravity constant
    45 c ome-----input-R-Earth rotation rate
     41c rjour        -R-Jour compte depuis le debut de la simu (run.def)
     42c rsec         -R-Seconde de la journee
     43c rea          -R-Earth radius
     44c rg           -R-gravity constant
     45c ome          -R-Earth rotation rate
    4646c plat ---input-R-Latitude en degres
    4747c plon ---input-R-Longitude en degres
     
    9494c
    9595      INTEGER iam,nlon,nlev
    96       REAL rjour,rsec,rea,rg,ome
     96      REAL, intent(in):: rjour,rsec,rea,rg,ome
    9797      REAL plat(nlon),plon(nlon),phis(nlon)
    9898      REAL dragu(nlon),liftu(nlon),phyu(nlon)             
Note: See TracChangeset for help on using the changeset viewer.