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 8291 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2017-07-06T11:49:56+02:00 (7 years ago)
Author:
clem
Message:

correct last commit changes. This is the start version for the modifications of the ice model. All sette tests passed except restartability for agrif and sas (though sas_biper is restartable). Configurations CREG, SPITZ, FER & SASBIPER are running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r8239 r8291  
    179179               u_ice(:,:) = rn_uice * umask(:,:,1)             !     or prescribed velocity 
    180180               v_ice(:,:) = rn_vice * vmask(:,:,1) 
     181               !!CALL RANDOM_NUMBER(u_ice(:,:)) 
     182               !!CALL RANDOM_NUMBER(v_ice(:,:)) 
    181183            ENDIF 
    182184                                      CALL lim_trp( kt )       ! -- Ice transport (Advection/diffusion) 
Note: See TracChangeset for help on using the changeset viewer.