Ignore:
Timestamp:
Aug 7, 2009, 6:29:23 PM (15 years ago)
Author:
lguez
Message:

Added some "intent" attributes in declarations.

In "phyredem", "dtime" is not declared. It is not in any included
file. Probably accepted by compilers as an intrinsic non-standard
function. Removed this element of "tab_cntrl".

Added some "only" clauses in "use" statements.

If the ozone field is read from a file, it is now updated every
360th of the length of the current year, regardless of that length.

In "physiq", "omega" was output before it was defined. Moved the
output instruction after the definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/aaam_bud.F

    r940 r1225  
    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.