- Timestamp:
- 2020-04-25T11:00:22+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/OBS/mpp_map.F90
r12807 r12815 11 11 !!---------------------------------------------------------------------- 12 12 USE par_kind, ONLY : wp ! Precision variables 13 USE par_oce , ONLY : jpi, jpj 14 USE dom_oce , ONLY : mig, mjg, Nis0, Nie0, Njs0, Nje0, jpi, jpj, narea! Ocean space and time domain variables13 USE par_oce , ONLY : jpi, jpj, Nis0, Nie0, Njs0, Nje0 ! Ocean parameters 14 USE dom_oce , ONLY : mig, mjg, narea ! Ocean space and time domain variables 15 15 #if defined key_mpp_mpi 16 USE lib_mpp , ONLY : mpi_comm_oce ! MPP library16 USE lib_mpp , ONLY : mpi_comm_oce ! MPP library 17 17 #endif 18 18 USE in_out_manager ! I/O manager
Note: See TracChangeset
for help on using the changeset viewer.