Changeset 12343
- Timestamp:
- 2020-01-28T11:13:46+01:00 (5 years ago)
- Location:
- NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/ISF/isfcav.F90
r12077 r12343 22 22 USE isfdiags , ONLY: isf_diags_flx ! ice shelf diags subroutine 23 23 ! 24 USE oce , ONLY: ts ! ocean tracers25 USE par_oce , ONLY: jpi,jpj ! ocean space and time domain26 USE phycst , ONLY: grav,rau0,r 1_rau0_rcp ! physical constants27 USE eosbn2 , ONLY: ln_teos10 ! use ln_teos10 or not24 USE oce , ONLY: ts ! ocean tracers 25 USE par_oce , ONLY: jpi,jpj ! ocean space and time domain 26 USE phycst , ONLY: grav,rau0,rau0_rcp,r1_rau0_rcp ! physical constants 27 USE eosbn2 , ONLY: ln_teos10 ! use ln_teos10 or not 28 28 ! 29 29 USE in_out_manager ! I/O manager -
NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/ISF/isfcpl.F90
r12340 r12343 16 16 USE lib_mpp , ONLY: mpp_sum, mpp_max ! mpp routine 17 17 USE domvvl , ONLY: dom_vvl_zgr ! vertical scale factor interpolation 18 USE domngb , ONLY: dom_ngb ! find the closest grid point from a given lon/lat position 18 19 ! 19 20 USE oce ! ocean dynamics and tracers -
NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/SBC/sbcblk.F90
r12340 r12343 416 416 END SELECT 417 417 IF(ztmp < 0._wp) THEN 418 IF (lwp) WRITE(numout,'(" Mean humidity value found on proc #",i 5.5," is: ",f)') narea, ztmp418 IF (lwp) WRITE(numout,'(" Mean humidity value found on proc #",i6.6," is: ",f10.5)') narea, ztmp 419 419 CALL ctl_stop( 'STOP', 'Something is wrong with air humidity!!!', & 420 420 & ' ==> check the unit in your input files' , & -
NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/TDE/tide_mod.F90
r12205 r12343 19 19 USE oce, ONLY : ssh ! sea-surface height 20 20 USE par_oce ! ocean parameters 21 USE phycst, ONLY : rpi ! pi21 USE phycst, ONLY : rpi, rad, rday 22 22 USE daymod, ONLY : ndt05 ! half-length of time step 23 23 USE in_out_manager ! I/O units
Note: See TracChangeset
for help on using the changeset viewer.