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 7207 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsini.F90 – NEMO

Ignore:
Timestamp:
2016-11-08T14:26:53+01:00 (7 years ago)
Author:
cbricaud
Message:

commit modif for CRS; run with/without CRS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsini.F90

    r6797 r7207  
    201201     CALL crs_dom_sfc( vmask, 'V', e1e3v_crs, e1e3v_msk, p_e1=e1v, p_e3=zfse3v ) 
    202202 
     203     !cbr utile ???????????????????????????????? 
    203204     DO jk=1,jpk 
    204205        DO ji=1,jpi_crs 
     
    221222     CALL crs_dom_e3( e1u, e2u, zfse3u, p_sfc_2d_crs=e2u_crs  , cd_type='U', p_mask=umask, p_e3_crs=e3u_0_crs, p_e3_max_crs=e3u_max_0_crs) 
    222223     CALL crs_dom_e3( e1v, e2v, zfse3v, p_sfc_2d_crs=e1v_crs  , cd_type='V', p_mask=vmask, p_e3_crs=e3v_0_crs, p_e3_max_crs=e3v_max_0_crs) 
     224 
    223225     WHERE(e3t_max_0_crs == 0._wp) e3t_max_0_crs=r_inf 
    224226     WHERE(e3u_max_0_crs == 0._wp) e3u_max_0_crs=r_inf 
     
    257259     ENDDO 
    258260 
     261!cbr utile ???????? on le fait ds crsfld, nan ? 
    259262#if defined key_vvl 
    260263     e3t_b_crs(:,:,:) = e3t_0_crs(:,:,:) 
Note: See TracChangeset for help on using the changeset viewer.