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 708 for trunk/NEMO/C1D_SRC – NEMO

Changeset 708 for trunk/NEMO/C1D_SRC


Ignore:
Timestamp:
2007-10-10T15:11:42+02:00 (17 years ago)
Author:
smasson
Message:

continue changeset:704, see ticket:5

Location:
trunk/NEMO/C1D_SRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/C1D_SRC/diawri1d.F90

    r699 r708  
    1313   USE dom_oce         ! ocean space and time domain 
    1414   USE zdf_oce         ! ocean vertical physics 
     15   USE sbc_oce         ! surface boundary condition: ocean 
    1516   USE zdftke          ! TKE vertical mixing 
    1617   USE zdfkpp          ! KPP vertical mixing 
     
    1920   USE phycst          ! physical constants 
    2021   USE ocfzpt          ! ??? 
    21    USE ocesbc          ! surface thermohaline fluxes 
    22    USE taumod          ! surface stress 
    23    USE flxrnf          ! ??? 
    2422   USE zdfmxl          ! mixed layer 
    2523   USE daymod          ! calendar 
  • trunk/NEMO/C1D_SRC/icestp1d.F90

    r699 r708  
    1818   USE in_out_manager  ! I/O manager 
    1919   USE ice_oce         ! ice variables 
    20    USE flx_oce         ! forcings variables 
    2120   USE dom_ice         ! LIM sea-ice domain 
    2221   USE cpl_oce         ! coupled ocean-atmosphere variables 
    2322   USE blk_oce         ! bulk variables 
     23   USE sbc_oce         ! surface boundary condition: ocean 
     24   USE sbc_ice         ! surface boundary condition: ice 
    2425   USE daymod          ! calendar 
    2526   USE phycst          ! Define parameters for the routines 
    26    USE taumod          ! surface stress forcing 
    2727   USE ice             ! ice variables 
    2828   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2929   USE limthd 
    30    USE limflx 
    3130   USE limwri 
    3231   USE limrst 
    3332 
    34    USE ocesbc          ! thermohaline fluxes 
    35    USE flxmod          ! thermohaline forcing 
    36    USE flxrnf          ! runoffs forcing 
    3733   USE tradmp          ! damping salinity trend 
    3834   USE dtatem          ! ocean temperature data 
  • trunk/NEMO/C1D_SRC/step1d.F90

    r699 r708  
    1515   USE dom_oce         ! ocean space and time domain variables  
    1616   USE zdf_oce         ! ocean vertical physics variables 
     17   USE sbc_oce         ! surface boundary condition: ocean 
    1718   USE ldftra_oce 
    1819   USE ldfdyn_oce 
     
    2425   USE dtatem          ! ocean temperature data           (dta_tem routine) 
    2526   USE dtasal          ! ocean salinity    data           (dta_sal routine) 
    26    USE dtasst          ! ocean sea surface temerature     (dta_sst routine) 
    27    USE taumod          ! surface stress                   (tau     routine) 
    28    USE flxmod          ! thermohaline fluxes              (flx     routine) 
    29    USE ocesbc          ! thermohaline fluxes              (oce_sbc routine) 
    30    USE flxrnf          ! runoffs                          (flx_rnf routine) 
    31    USE flxfwb          ! freshwater budget correction     (flx_fwb routine) 
    3227   USE ocfzpt          ! surface ocean freezing point    (oc_fz_pt routine) 
    3328 
Note: See TracChangeset for help on using the changeset viewer.