Changeset 5099 for LMDZ6/branches/Amaury_dev/libf/phylmd/initphysto.F90
- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/initphysto.F90
r2343 r5099 1 ! 1 2 2 ! $Id$ 3 ! 3 4 4 SUBROUTINE initphysto(infile,tstep,t_ops,t_wrt,fileid) 5 5 … … 14 14 IMPLICIT NONE 15 15 16 !17 16 ! Routine d'initialisation des ecritures des fichiers histoires LMDZ 18 17 ! au format IOIPSL 19 ! 18 20 19 ! Appels succesifs des routines: histbeg 21 20 ! histhori … … 23 22 ! histdef 24 23 ! histend 25 ! 24 26 25 ! Entree: 27 ! 26 28 27 ! infile: nom du fichier histoire a creer 29 28 ! day0,anne0: date de reference … … 31 30 ! t_ops: frequence de l'operation pour IOIPSL 32 31 ! t_wrt: frequence d'ecriture sur le fichier 33 ! 32 34 33 ! Sortie: 35 34 ! fileid: ID du fichier netcdf cree 36 ! 35 37 36 ! L. Fairhead, LMD, 03/99 38 ! 37 39 38 ! ===================================================================== 40 39 … … 61 60 62 61 ! Initialisations 63 ! 62 64 63 ok_sync= .TRUE. 65 ! 64 66 65 ! Appel a histbeg: creation du fichier netcdf et initialisations diverses 67 !68 66 69 67 zan = annee_ref … … 77 75 !$OMP MASTER 78 76 ! Appel a histvert pour la grille verticale 79 ! 77 80 78 DO l=1,nbp_lev 81 79 nivsigs(l)=REAL(l) … … 85 83 'sigma_level', & 86 84 nbp_lev, nivsigs, zvertiid) 87 ! 85 88 86 ! Appels a histdef pour la definition des variables a sauvegarder 89 ! 87 90 88 CALL histdef(fileid, "phis", "Surface geop. height", "-", & 91 89 nbp_lon,jj_nb,nhoriid, 1,1,1, -99, 32, &
Note: See TracChangeset
for help on using the changeset viewer.