/[lmdze]/trunk/libf/phylmd/Radlwsw/raddim.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/Radlwsw/raddim.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (show annotations)
Thu Jul 26 14:37:37 2012 UTC (11 years, 10 months ago) by guez
File size: 232 byte(s)
Changed handling of compiler in compilation system.

Removed the prefix letters "y", "p", "t" or "z" in some names of variables.

Replaced calls to NetCDF by calls to NetCDF95.

Extracted "ioget_calendar" procedures from "calendar.f90" into a
separate file.

Extracted to a separate file, "mathop2.f90", procedures that were not
part of the generic interface "mathop" in "mathop.f90".

Removed computation of "dq" in "bilan_dyn", which was not used.

In "iniadvtrac", removed schemes 20 Slopes and 30 Prather. Was not
compatible with declarations of array sizes.

In "clcdrag", "ustarhb", "vdif_kcay", "yamada4" and "coefkz", changed
the size of some arrays from "klon" to "knon".

Removed possible call to "conema3" in "physiq".

Removed unused argument "cd" in "yamada".

1 module raddim
2
3 ! From phylmd/raddim.*.h, v 1.1.1.1 2004/05/19 12:53:08
4
5 use dimens_m, only: llm
6 use dimphy, only: klon
7
8 implicit none
9
10 INTEGER, PARAMETER:: kdlon = klon, kflev = llm
11
12 private llm, klon
13
14 end module raddim

  ViewVC Help
Powered by ViewVC 1.1.21