#include "dimensions.h"
#include "comconst.h"
#include "clesphys.h"
#include "dimsoil.h"
#include "indicesol.h"
#include "temps.h"
#include "YOMCST.h"
#include "netcdf.inc"
Go to the source code of this file.
Functions/Subroutines |
subroutine | iniaqua (nlon, latfi, lonfi, iflag_phys) |
subroutine | zenang_an (cycle_diurne, gmtime, rlat, rlon, rmu0, fract) |
subroutine | writelim (klon, phy_nat, phy_alb, phy_sst, phy_bil, phy_rug, phy_ice, phy_fter, phy_foce, phy_flic, phy_fsic) |
subroutine | profil_sst (nlon, rlatd, type_profil, phy_sst) |
Function/Subroutine Documentation
subroutine iniaqua |
( |
integer, intent(in) |
nlon, |
|
|
real, dimension(nlon), intent(in) |
latfi, |
|
|
real, dimension(nlon), intent(in) |
lonfi, |
|
|
integer, intent(in) |
iflag_phys |
|
) |
| |
subroutine profil_sst |
( |
integer |
nlon, |
|
|
real, dimension(nlon) |
rlatd, |
|
|
integer |
type_profil, |
|
|
real, dimension(nlon, 360) |
phy_sst |
|
) |
| |
subroutine writelim |
( |
integer, intent(in) |
klon, |
|
|
real, dimension(klon,360), intent(in) |
phy_nat, |
|
|
real, dimension(klon,360), intent(in) |
phy_alb, |
|
|
real, dimension(klon,360), intent(in) |
phy_sst, |
|
|
real, dimension(klon,360), intent(in) |
phy_bil, |
|
|
real, dimension(klon,360), intent(in) |
phy_rug, |
|
|
real, dimension(klon,360), intent(in) |
phy_ice, |
|
|
real, dimension(klon,360), intent(in) |
phy_fter, |
|
|
real, dimension(klon,360), intent(in) |
phy_foce, |
|
|
real, dimension(klon,360), intent(in) |
phy_flic, |
|
|
real, dimension(klon,360), intent(in) |
phy_fsic |
|
) |
| |
subroutine zenang_an |
( |
logical |
cycle_diurne, |
|
|
real |
gmtime, |
|
|
real, dimension(klon) |
rlat, |
|
|
real, dimension(klon) |
rlon, |
|
|
real, dimension(klon) |
rmu0, |
|
|
real, dimension(klon) |
fract |
|
) |
| |