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

Ignore:
Timestamp:
2016-11-08T08:58:31+01:00 (7 years ago)
Author:
cbricaud
Message:

commit modifications in CRS branch

File:
1 edited

Legend:

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

    r6772 r7204  
    167167                         CALL ldf_slp_grif( kstp ) 
    168168         ELSE 
    169                          CALL iom_put("rabt",rab_n(:,:,:,jp_tem)) 
    170                          CALL iom_put("rabs",rab_n(:,:,:,jp_sal)) 
    171                          CALL iom_put("rhd",rhd) 
    172                          CALL iom_put("rn2b",rn2b) 
    173                          CALL iom_put("rn2",rn2) 
    174169                         CALL ldf_slp( kstp, rhd, rn2b )     ! before slope for Madec operator 
    175170         ENDIF 
     
    259254                         CALL zdf_mxl_crs(kstp) 
    260255                         CALL eos_crs ( tsn_crs, rhd_crs, rhop_crs, fsdept_crs(:,:,:) ) ! now in situ density for hpg computation 
    261                          CALL iom_put("rhop_crs",rhop_crs) 
    262                          CALL iom_put("rhd_crs",rhd_crs) 
    263256 
    264257         IF( ln_zps )    CALL zps_hde_crs( kstp, jpts, tsb_crs, gtsu_crs, gtsv_crs, rhd_crs, gru_crs, grv_crs ) 
Note: See TracChangeset for help on using the changeset viewer.