!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!! Ouverture des fichier et definition des variable de sortie !!!!!!!! histbeg, histvert et histdef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public, | DIMENSION(nfiles), SAVE | :: | ecrit_files | |||
| logical, | public, | DIMENSION(nfiles) | :: | phys_out_filekeys |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Ecreture des Sorties du modele dans les fichiers Netcdf : !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
Lectures des parametres de sorties dans physiq.def
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in), | DIMENSION(klon) | :: | rlon | ||
| real, | intent(in), | DIMENSION(klon) | :: | rlat | ||
| integer, | intent(in) | :: | pim | |||
| integer, | DIMENSION(pim) | :: | tabij | |||
| integer, | intent(in), | DIMENSION(pim) | :: | ipt | ||
| integer, | intent(in), | DIMENSION(pim) | :: | jpt | ||
| real, | intent(in), | DIMENSION(pim) | :: | plon | ||
| real, | intent(in), | DIMENSION(pim) | :: | plat | ||
| integer | :: | jjmp1 | ||||
| integer | :: | nlevSTD | ||||
| character(len=4), | DIMENSION(nlevSTD) | :: | clevSTD | |||
| real, | DIMENSION(nlevSTD) | :: | rlevSTD | |||
| real | :: | dtime | ||||
| logical | :: | ok_veget | ||||
| character(len=6) | :: | type_ocean | ||||
| integer | :: | iflag_pbl | ||||
| integer | :: | iflag_pbl_split | ||||
| logical | :: | ok_mensuel | ||||
| logical | :: | ok_journe | ||||
| logical | :: | ok_hf | ||||
| logical | :: | ok_instan | ||||
| logical | :: | ok_LES | ||||
| logical | :: | ok_ade | ||||
| logical | :: | ok_aie | ||||
| integer, | intent(in) | :: | read_climoz | |||
| logical, | DIMENSION(nfiles) | :: | phys_out_filestations | |||
| logical | :: | aerosol_couple | ||||
| integer | :: | flag_aerosol_strat | ||||
| real, | intent(in) | :: | pdtphys | |||
| real, | intent(in), | DIMENSION(klon, klev+1) | :: | paprs | ||
| real, | intent(in), | DIMENSION(klon) | :: | pphis | ||
| real, | intent(in), | DIMENSION(klon, klev) | :: | pplay | ||
| integer, | intent(in), | DIMENSION(klon) | :: | lmax_th | ||
| logical, | intent(in), | DIMENSION(klon, klev) | :: | ptconv | ||
| logical, | intent(in), | DIMENSION(klon, klev) | :: | ptconvth | ||
| integer, | intent(in) | :: | ivap | |||
| real, | intent(in), | DIMENSION(klon, klev) | :: | d_u | ||
| real, | intent(in), | DIMENSION(klon, klev) | :: | d_t | ||
| real, | intent(in), | DIMENSION(klon,klev,nqtot) | :: | qx | ||
| real, | intent(in), | DIMENSION(klon,klev,nqtot) | :: | d_qx | ||
| real, | intent(in), | DIMENSION(klon, klev) | :: | zmasse | ||
| logical, | intent(in) | :: | ok_sync |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=20) | :: | str | ||||
| real | :: | dtime | ||||
| real | :: | timestep |