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.
Ticket Diff – NEMO

Changes between Version 2 and Version 3 of Ticket #112


Ignore:
Timestamp:
2008-04-14T12:35:49+02:00 (16 years ago)
Author:
ctlod
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #112 – Description

    v2 v3  
    11It includes:[[BR]] 
    2 # variables name changes[[BR]] 
    3 # new module sbcice_lim.F90, limsbc.F90, sbcmod.F90[[BR]] 
    4 # re-organisation of few modules: restart.F90, albedo.F90, limdyn.F90[[BR]] 
    5 # remove limflx.F90, icestp.F90 
     2# transform limflx.F90 in limsbc.F90 & icestp.F90 in sbcice_lim.F90[[BR]] 
     3# remove all flx* and tau* modules[[BR]] 
     4# change variables name[[BR]] 
     5fmass(:,:) > emp(:,:) 
     6fsalt(:,:) > emps(:,:) 
     7fsolar(:,:) > qsr(:,:) 
     8fnsolar(:,:) > qns(:,:) 
     9sst_io(:,:) en sst_m(:,:) 
     10sss_io(:,:) en sss_m(:,:) 
     11u_io(:,:) = u_oce(:,:) = ssu_m(:,:) 
     12v_io(:,:) = v_oce(:,:) = ssv_m(:,:) 
     13qnsr_oce(:,:) >> qns(:,:) 
     14qsr_oce(:,:) >> qsr(:,:) 
     15qnsr_ice(:,:)  >> qns_ice(:,:)  
     16nfice & nfbulk > nn_fsbc 
     17# re-organisation of few modules: restart.F90, albedo.F90, limdyn.F90, limsbc.F90[[BR]] 
     18to take into account a new way to manage sea-ice/ocean wind-stress, to switch from LIM 2 to LIM 3 easily. 
     19# the cpp key key_lim_fdd has been removed and is now the default option.