Changeset 2643 for LMDZ5/trunk/libf
- Timestamp:
- Oct 2, 2016, 6:28:02 PM (8 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/phydev/callphysiq_mod.F90
r2422 r2643 12 12 jD_cur,jH_cur_split,zdt_split, & 13 13 zplev_omp,zplay_omp, & 14 zp hi_omp,zphis_omp,&14 zpk_omp,zphi_omp,zphis_omp, & 15 15 presnivs_omp, & 16 16 zufi_omp,zvfi_omp,zrfi_omp,ztfi_omp,zqfi_omp, & … … 34 34 REAL,INTENT(IN) :: zplev_omp(klon,llm+1) ! interlayer pressure (Pa) 35 35 REAL,INTENT(IN) :: zplay_omp(klon,llm) ! mid-layer pressure (Pa) 36 REAL,INTENT(IN) :: zpk_omp(klon,llm) ! Exner function 36 37 REAL,INTENT(IN) :: zphi_omp(klon,llm) ! geopotential at midlayer 37 38 REAL,INTENT(IN) :: zphis_omp(klon) ! surface geopotential -
LMDZ5/trunk/libf/phydev/physiq_mod.F90
r2422 r2643 25 25 #ifdef CPP_XIOS 26 26 USE xios, ONLY: xios_update_calendar 27 USE wxios, only: wxios_add_vaxis, wxios_set_ timestep, wxios_closedef, &28 27 USE wxios, only: wxios_add_vaxis, wxios_set_cal, wxios_closedef 28 USE iophy, ONLY: histwrite_phy 29 29 #endif 30 30 … … 129 129 !XIOS 130 130 ! Declare available vertical axes to be used in output files: 131 !CALL wxios_add_vaxis("presnivs", "dummy-not-used", klev, presnivs)132 131 CALL wxios_add_vaxis("presnivs", klev, presnivs) 133 132 134 ! Declare time step length (in s):135 CALL wxios_set_ timestep(dtime)136 133 ! Declare calendar and time step 134 CALL wxios_set_cal(dtime,"earth_360d",1,1,1,0.0,1,1,1,0.0) 135 137 136 !Finalize the context: 138 137 CALL wxios_closedef() 139 138 #endif 140 139 !$OMP END MASTER 140 !$OMP BARRIER 141 141 endif ! of if (debut) 142 142
Note: See TracChangeset
for help on using the changeset viewer.