Changeset 13059
- Timestamp:
- 2020-06-07T21:40:16+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/src/SWE/iom.F90
r13047 r13059 218 218 CALL iom_set_axis_attr( "depthv", paxis = gdept_1d ) 219 219 CALL iom_set_axis_attr( "depthw", paxis = gdepw_1d ) 220 CALL iom_set_axis_attr( "depthf", paxis = gdep w_1d )220 CALL iom_set_axis_attr( "depthf", paxis = gdept_1d ) 221 221 222 222 ! ABL … … 241 241 CALL iom_set_axis_attr( "depthv", bounds=zw_bnds ) 242 242 CALL iom_set_axis_attr( "depthw", bounds=zt_bnds ) 243 CALL iom_set_axis_attr( "depthf", bounds=z t_bnds )243 CALL iom_set_axis_attr( "depthf", bounds=zw_bnds ) 244 244 245 245 ! ABL … … 1397 1397 #if defined key_iomput 1398 1398 !!an juste pour compiler xios2.0 1399 IF( xios_field_is_active( cdname, at_current_timestep_arg = .TRUE. ) ) THEN1400 z2d(:,:) = 0._wp1401 CALL xios_recv_field( cdname, z2d)1402 ENDIF1399 ! IF( xios_field_is_active( cdname, at_current_timestep_arg = .TRUE. ) ) THEN 1400 ! z2d(:,:) = 0._wp 1401 ! CALL xios_recv_field( cdname, z2d) 1402 ! ENDIF 1403 1403 !!an 1404 1404 #else
Note: See TracChangeset
for help on using the changeset viewer.