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 5835 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DOM/iscplrst.F90 – NEMO

Ignore:
Timestamp:
2015-10-26T15:41:05+01:00 (9 years ago)
Author:
mathiot
Message:

ice sheet coupling branche: cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DOM/iscplrst.F90

    r5823 r5835  
    88 
    99   !!---------------------------------------------------------------------- 
     10   !!   iscpl_stp          : step management 
    1011   !!   iscpl_rst_interpol : restart interpolation in case of coupling with ice sheet 
    1112   !!---------------------------------------------------------------------- 
     
    6869      CALL iom_get( numror, jpdom_autoglo, 'vmask'  , zvmask_b   ) ! need to correct barotropic velocity 
    6970      CALL iom_get( numror, jpdom_autoglo, 'smask'  , zsmask_b   ) ! need to correct barotropic velocity 
    70       CALL iom_get( numror, jpdom_autoglo, 'fse3t_n', ze3t_b(:,:,:) ) ! need to compute temperature correction 
    71       CALL iom_get( numror, jpdom_autoglo, 'fse3u_n', ze3u_b(:,:,:) ) ! need to compute volume      correction  ???? 
    72       CALL iom_get( numror, jpdom_autoglo, 'fse3v_n', ze3v_b(:,:,:) ) ! need to compute volume      correction  ???? 
    73       CALL iom_get( numror, jpdom_autoglo, 'fsdepw_n', zdepw_b(:,:,:) ) ! need to compute volume      correction  ???? 
     71      CALL iom_get( numror, jpdom_autoglo, 'fse3t_n' , ze3t_b(:,:,:) ) ! need to compute temperature correction 
     72      CALL iom_get( numror, jpdom_autoglo, 'fse3u_n' , ze3u_b(:,:,:) )  ! need to correct barotropic velocity 
     73      CALL iom_get( numror, jpdom_autoglo, 'fse3v_n' , ze3v_b(:,:,:) )  ! need to correct barotropic velocity 
     74      CALL iom_get( numror, jpdom_autoglo, 'fsdepw_n', zdepw_b(:,:,:) ) ! need to interpol vertical profile (vvl) 
    7475 
    7576      !! read namelist 
     
    105106      !! next step is an euler time step 
    106107      neuler = 0 
     108 
    107109      !! set _b and _n variables equal 
    108110      tsb (:,:,:,:) = tsn (:,:,:,:) 
     
    110112      vb  (:,:,:  ) = vn  (:,:,:  ) 
    111113      sshb(:,:    ) = sshn(:,:) 
     114 
    112115      !! set _b and _n vertical scale factor equal 
    113116      fse3t_b (:,:,:) = fse3t_n (:,:,:) 
     
    158161      !! allocate variables 
    159162      CALL wrk_alloc(jpi,jpj,jpk,2, zts0                                   ) 
    160       CALL wrk_alloc(jpi,jpj,jpk,   ztmask0, ztmask1 , ztrp, ztmp3d         )  
     163      CALL wrk_alloc(jpi,jpj,jpk,   ztmask0, ztmask1 , ztrp, ztmp3d        )  
    161164      CALL wrk_alloc(jpi,jpj,jpk,   zwmaskn, zwmaskb                       )  
    162165      CALL wrk_alloc(jpi,jpj,       zsmask0, zsmask1                       )  
Note: See TracChangeset for help on using the changeset viewer.