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 5817 for branches – NEMO

Changeset 5817 for branches


Ignore:
Timestamp:
2015-10-21T14:36:25+02:00 (9 years ago)
Author:
jcastill
Message:

Bug fix in variable name, variable declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_ukv_mslp/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r5813 r5817  
    150150   ! Received from the atmosphere                     ! 
    151151   TYPE(FLD_C) ::   sn_rcv_w10m, sn_rcv_taumod, sn_rcv_tau, sn_rcv_dqnsdt, sn_rcv_qsr, sn_rcv_qns, sn_rcv_emp, sn_rcv_rnf 
    152    TYPE(FLD_C) ::   sn_rcv_cal, sn_rcv_iceflx, sn_rcv_co2, sn_rcv_mspl                           
     152   TYPE(FLD_C) ::   sn_rcv_cal, sn_rcv_iceflx, sn_rcv_co2, sn_rcv_mslp                           
    153153   ! Other namelist parameters                        ! 
    154154   INTEGER     ::   nn_cplmodel            ! Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     
    163163   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:)   ::   albedo_oce_mix     ! ocean albedo sent to atmosphere (mix clear/overcast sky) 
    164164 
    165    REAL(wp), ALLOCATABLE, SAVE, PUBLIC, DIMENSION(:,:) ::   ssh_ib    ! Inverse barometer now    sea surface height   [m] 
    166    REAL(wp), ALLOCATABLE, SAVE, PUBLIC, DIMENSION(:,:) ::   ssh_ibb   ! Inverse barometer before sea surface height   [m] 
    167    REAL(wp), ALLOCATABLE, SAVE, PUBLIC, DIMENSION(:,:) ::   apr       ! atmospheric pressure at kt                 [N/m2] 
    168165   REAL(wp) ::   rpref = 101000._wp   ! reference atmospheric pressure[N/m2] 
    169166   REAL(wp) ::   r1_grau              ! = 1.e0 / (grav * rau0) 
     
    191188      ! 
    192189      ALLOCATE( albedo_oce_mix(jpi,jpj), ssh_ib(jpi,jpj), ssh_ibb(jpi,jpj), & 
    193                 apr (jpi,jpj), nrcvinfo(jprcv),  STAT=ierr(1) ) 
     190                apr(jpi, jpj), nrcvinfo(jprcv),  STAT=ierr(1) ) 
    194191       
    195192#if ! defined key_lim3 && ! defined key_lim2 && ! defined key_cice 
Note: See TracChangeset for help on using the changeset viewer.