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

Ignore:
Timestamp:
2016-11-09T21:27:33+01:00 (7 years ago)
Author:
cbricaud
Message:

CRS branch: code cleaning

File:
1 edited

Legend:

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

    r7215 r7217  
    7373      REAL(wp), DIMENSION(:,:,:), POINTER :: zfse3t, zfse3u, zfse3v, zfse3w 
    7474 
    75       NAMELIST/namcrs/ nn_factx, nn_facty, nn_binref, nn_msh_crs, nn_crs_kz, ln_crs_wn, ln_crs_top 
     75      NAMELIST/namcrs/ nn_factx, nn_facty, nn_msh_crs, nn_crs_kz, ln_crs_wn, ln_crs_top 
    7676      !!---------------------------------------------------------------------- 
    7777      ! 
     
    102102        WRITE(numout,*) '   coarsening factor in i-direction      nn_factx   = ', nn_factx 
    103103        WRITE(numout,*) '   coarsening factor in j-direction      nn_facty   = ', nn_facty 
    104         WRITE(numout,*) '   bin centering preference              nn_binref  = ', nn_binref 
    105104        WRITE(numout,*) '   create (=1) a mesh file or not (=0)   nn_msh_crs = ', nn_msh_crs 
    106105        WRITE(numout,*) '   type of Kz coarsening (0,1,2)         nn_crs_kz  = ', nn_crs_kz 
     
    113112           CASE ( 3 ) ; WRITE(numout,*) '   coarsene KZ with MEANLOG(KZ)' 
    114113           CASE ( 4 ) ; WRITE(numout,*) '   coarsene KZ with MEDIANE(KZ)' 
    115            CASE ( 5 ) ; WRITE(numout,*) '   coarsene KZ with TKE coarsening' 
    116114       END SELECT 
    117115     ENDIF 
     
    129127     ! 3. Mask and Mesh 
    130128     !--------------------------------------------------------- 
    131  
    132      !     Set up the masks and meshes      
    133129 
    134130     !  3.a. Get the masks    
     
    201197     CALL crs_dom_sfc( vmask, 'V', e1e3v_crs, e1e3v_msk, p_e1=e1v, p_e3=zfse3v ) 
    202198 
    203      !cbr utile ???????????????????????????????? 
    204199     DO jk=1,jpk 
    205200        DO ji=1,jpi_crs 
     
    259254     ENDDO 
    260255 
    261 !cbr utile ???????? on le fait ds crsfld, nan ? 
    262256#if defined key_vvl 
    263257     e3t_b_crs(:,:,:) = e3t_0_crs(:,:,:) 
Note: See TracChangeset for help on using the changeset viewer.