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 11360 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/DIA – NEMO

Ignore:
Timestamp:
2019-07-26T20:07:25+02:00 (5 years ago)
Author:
gsamson
Message:

dev_r11265_ABL : see #2131

  • use the same tm_su everywhere (Lupkes 2015 bulk and abl)
  • cosmetic changes in sbcblk.F90
  • change the results when using L15 because of tm_su calculation differences
  • identical results when using constant sea-ice drag coefficient
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/DIA/diawri.F90

    r11348 r11360  
    7575   INTEGER ::   nid_V, nz_V, nh_V, ndim_V, ndim_hV   ! grid_V file 
    7676   INTEGER ::   nid_W, nz_W, nh_W                    ! grid_W file 
    77    INTEGER ::   ndim_A, ndim_hA   ! grid_T file    
     77   INTEGER ::   ndim_A, ndim_hA                      ! ABL file    
    7878   INTEGER ::   nid_A, nz_A, nh_A                    ! grid_ABL file    
    7979   INTEGER ::   ndex(1)                              ! ??? 
    80    INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_hT, ndex_hU, ndex_hV, ndex_hA 
    81    INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_T, ndex_U, ndex_V, ndex_A 
     80   INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_hT, ndex_hU, ndex_hV 
     81   INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_hA, ndex_A ! ABL 
     82   INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_T, ndex_U, ndex_V 
    8283   INTEGER, SAVE, ALLOCATABLE, DIMENSION(:) :: ndex_bT 
    8384 
     
    445446      INTEGER  ::   ji, jj, jk                               ! dummy loop indices 
    446447      INTEGER  ::   ierr                                     ! error code return from allocation 
    447       INTEGER  ::   iimi, iima, ipk, it, itmod, ijmi, ijma, ipka   ! local integers 
     448      INTEGER  ::   iimi, iima, ipk, it, itmod, ijmi, ijma   ! local integers 
     449      INTEGER  ::   ipka                                     ! ABL 
    448450      INTEGER  ::   jn, ierror                               ! local integers 
    449451      REAL(wp) ::   zsto, zout, zmax, zjulian                ! local scalars 
     
    451453      REAL(wp), DIMENSION(jpi,jpj)   :: zw2d       ! 2D workspace 
    452454      REAL(wp), DIMENSION(jpi,jpj,jpk) :: zw3d       ! 3D workspace 
    453       REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: zw3d_abl   ! 3D workspace 
     455      REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: zw3d_abl   ! ABL 3D workspace 
    454456      !!---------------------------------------------------------------------- 
    455457      !  
Note: See TracChangeset for help on using the changeset viewer.