source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/DMP_TOOLS/src/custom.F90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 506 bytes
Line 
1MODULE custom
2
3   USE utils
4
5   IMPLICIT NONE
6   PUBLIC
7
8   CONTAINS
9
10   SUBROUTINE custom_resto( presto )
11      !!---------------------------------
12      !!     **ROUTINE: custom_resto
13      !!
14      !!  ** Purpose: Module to be edited by users to create custom restoration
15      !!              coefficient files (e.g. regional damping).
16      !!
17      !!-------------------------------------
18      REAL(wp), DIMENSION(jpi,jpk), INTENT(inout) :: presto
19
20   END SUBROUTINE custom_resto
21
22END MODULE custom
Note: See TracBrowser for help on using the repository browser.