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 3 and Version 4 of Ticket #112


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #112 – Description

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