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 1550 for trunk/NEMO/LIM_SRC_2 – NEMO

Changeset 1550 for trunk/NEMO/LIM_SRC_2


Ignore:
Timestamp:
2009-07-29T11:20:21+02:00 (15 years ago)
Author:
ctlod
Message:

missing soce_r(:,:) and sice_r(:,:) initialisation if the configuration used is not ORCA2, see ticket: #498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limsbc_2.F90

    r1528 r1550  
    100100         IF(lwp) WRITE(numout,*) 'lim_sbc_2 : LIM 2.0 sea-ice - surface boundary condition' 
    101101         IF(lwp) WRITE(numout,*) '~~~~~~~~~   ' 
     102 
     103         soce_r(:,:) = soce 
     104         sice_r(:,:) = sice 
    102105         ! 
    103106         IF( cp_cfg == "orca"  .AND. jp_cfg == 2 ) THEN 
     
    105108            !                                        !  ORCA_R2 configuration 
    106109            !                                        ! ======================= 
    107             soce_r(:,:) = soce 
    108             sice_r(:,:) = sice 
    109110            ii0 = 145   ;   ii1 = 180        ! Baltic Sea 
    110111            ij0 = 113   ;   ij1 = 130   ;   soce_r(mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) ) = 4.e0 
Note: See TracChangeset for help on using the changeset viewer.