Changeset 15809
- Timestamp:
- 2022-05-03T17:19:59+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5/src/OCE/oce.F90
r15808 r15809 72 72 !! even if MEDUSA is not active, to allow compilation, in which case they will not be allocated. 73 73 !! --------------------- 74 REAL(wp), PUBLIC, ALLOCATABLE, SAVE :: CO2Flux_out_cpl(:,:)! Output coupling CO2 flux75 REAL(wp), PUBLIC, ALLOCATABLE, SAVE :: DMS_out_cpl(:,:)! Output coupling DMS76 REAL(wp), PUBLIC, ALLOCATABLE, SAVE :: chloro_out_cpl(:,:)! Output coupling chlorophyll74 REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: CO2Flux_out_cpl ! Output coupling CO2 flux 75 REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: DMS_out_cpl ! Output coupling DMS 76 REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: chloro_out_cpl ! Output coupling chlorophyll 77 77 ! (expected in Kg/M3) 78 78 79 REAL(wp), PUBLIC, ALLOCATABLE, SAVE :: PCO2a_in_cpl(:,:)! Input coupling CO2 partial pressure80 REAL(wp), PUBLIC, ALLOCATABLE, SAVE :: Dust_in_cpl(:,:)! Input coupling dust79 REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: PCO2a_in_cpl ! Input coupling CO2 partial pressure 80 REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: Dust_in_cpl ! Input coupling dust 81 81 82 82 !!---------------------------------------------------------------------- … … 125 125 #endif 126 126 ! 127 #if defined key_oasis3 .AND. key_top127 #if defined key_oasis3 .AND. defined key_top 128 128 ! We only actually need these arrays to be allocated if coupling and MEDUSA 129 129 ! are enabled
Note: See TracChangeset
for help on using the changeset viewer.