New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10574 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_BGC_DA/NEMOGCM/NEMO/OPA_SRC/ASM/asmbgc.F90 – NEMO

Ignore:
Timestamp:
2019-01-24T16:48:24+01:00 (5 years ago)
Author:
dford
Message:

Merge in functionality added to GO6 at r10149.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_BGC_DA/NEMOGCM/NEMO/OPA_SRC/ASM/asmbgc.F90

    r10149 r10574  
    436436      !! 
    437437      INTEGER,                      INTENT(in   ) :: knum       ! i/o unit 
    438       CHARACTER(LEN=13),            INTENT(in   ) :: cd_bgcname ! variable 
     438      CHARACTER(LEN=*),             INTENT(in   ) :: cd_bgcname ! variable 
    439439      REAL(wp), DIMENSION(jpi,jpj), INTENT(  out) :: p_incs     ! increments 
    440440      !! 
     
    474474      !! 
    475475      INTEGER,                          INTENT(in   ) :: knum       ! i/o unit 
    476       CHARACTER(LEN=13),                INTENT(in   ) :: cd_bgcname ! variable 
     476      CHARACTER(LEN=*),                 INTENT(in   ) :: cd_bgcname ! variable 
    477477      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(  out) :: p_incs     ! increments 
    478478      !! 
     
    894894      REAL(wp), DIMENSION(kcycper), INTENT(IN) :: pwgtiau   ! IAU weights 
    895895      ! 
    896       INTEGER                      :: jk          ! Loop counter 
    897896      INTEGER                      :: it          ! Index 
    898897      REAL(wp)                     :: zincwgt     ! IAU weight for current time step 
     
    18441843      REAL(wp), DIMENSION(kcycper), INTENT(IN) :: pwgtiau   ! IAU weights 
    18451844      ! 
    1846       INTEGER  :: jk              ! Loop counter 
    18471845      INTEGER  :: it              ! Index 
    18481846      REAL(wp) :: zincwgt         ! IAU weight for current time step 
    1849       REAL(wp) :: zincper         ! IAU interval in seconds 
    18501847      !!---------------------------------------------------------------------- 
    18511848 
Note: See TracChangeset for help on using the changeset viewer.