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 8894 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2017-12-04T18:06:36+01:00 (7 years ago)
Author:
cbricaud
Message:

crs improvments

File:
1 edited

Legend:

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

    r7806 r8894  
    242242      IF( lk_crs     )      CALL crs_fld( kstp )         ! ocean model: online field coarsening & output 
    243243 
    244       CALL wrk_alloc( jpi, jpj, jpk, zrhop, zrhd ) 
    245       CALL eos( tsn, zrhd, zrhop, fsdept_n(:,:,:) )                 ! now in situ and potential density 
    246       zrhop(:,:,jpk) = 0._wp 
    247       CALL iom_put( 'rhop', zrhop ) 
    248  
    249       CALL wrk_dealloc( jpi, jpj, jpk, zrhop, zrhd ) 
    250  
    251244#if defined key_top 
    252245      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    256249                         CALL dom_grid_crs 
    257250 
    258                          CALL zdf_mxl_crs(kstp) 
    259251                         CALL eos_crs ( tsn_crs, rhd_crs, rhop_crs, fsdept_crs(:,:,:) ) ! now in situ density for hpg computation 
    260252 
Note: See TracChangeset for help on using the changeset viewer.