Changeset 1864 for LMDZ5/branches/testing/libf/phydev
- Timestamp:
- Sep 11, 2013, 11:45:01 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1797-1799,1801-1811,1813-1834,1836,1838-1840,1842-1860
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phydev/physiq.F90
r1795 r1864 19 19 USE mod_phys_lmdz_para, only : jj_nb 20 20 USE phys_state_var_mod, only : phys_state_var_init 21 22 #ifdef CPP_XIOS 23 USE wxios 24 #endif 21 25 22 26 IMPLICIT none … … 101 105 dtime=pdtphys 102 106 call histbeg_phy("histins.nc",itau0,zjulian,dtime,nhori,nid_hist) 107 108 109 103 110 !$OMP MASTER 111 112 113 104 114 ! define vertical coordinate 105 115 call histvert(nid_hist,"presnivs","Vertical levels","Pa",klev, & … … 120 130 ! end definition sequence 121 131 call histend(nid_hist) 132 133 !XIOS 134 #ifdef CPP_XIOS 135 ! Déclaration de l'axe vertical du fichier: 136 !CALL wxios_add_vaxis("presnivs", "histins", klev, presnivs) 137 138 !Déclaration du pas de temps: 139 !CALL wxios_set_timestep(dtime) 140 141 !Finalisation du contexte: 142 !CALL wxios_closedef() 143 #endif 122 144 !$OMP END MASTER 123 145 endif ! of if (debut) … … 154 176 endif 155 177 178 !XIOS 179 #ifdef CPP_XIOS 180 !$OMP MASTER 181 !On incrémente le pas de temps XIOS 182 !CALL wxios_update_calendar(itau) 183 184 !Et on écrit, avec la routine histwrite dédiée: 185 !CALL histwrite_phy("temperature",t) 186 !CALL histwrite_phy("u",u) 187 !CALL histwrite_phy("v",v) 188 !CALL histwrite_phy("ps",paprs(:,1)) 189 !$OMP END MASTER 190 #endif 191 156 192 ! if lastcall, then it is time to write "restartphy.nc" file 157 193 if (lafin) then
Note: See TracChangeset
for help on using the changeset viewer.