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 8368 – NEMO

Changeset 8368


Ignore:
Timestamp:
2017-07-25T09:53:26+02:00 (7 years ago)
Author:
lovato
Message:

3.6_stable: set atm_co2 array allocation as in trunk (missing from r8026)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r8026 r8368  
    167167         ! 
    168168      ALLOCATE( tprecip(jpi,jpj) , sprecip(jpi,jpj) , fr_i(jpi,jpj) ,     & 
    169 #if defined key_cpl_carbon_cycle 
    170169         &      atm_co2(jpi,jpj) ,                                        & 
    171 #endif 
    172170         &      ssu_m  (jpi,jpj) , sst_m(jpi,jpj) , frq_m(jpi,jpj) ,      & 
    173171         &      ssv_m  (jpi,jpj) , sss_m(jpi,jpj) , ssh_m(jpi,jpj) , STAT=ierr(4) ) 
Note: See TracChangeset for help on using the changeset viewer.