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 216 for trunk/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2005-03-17T15:02:38+01:00 (19 years ago)
Author:
opalod
Message:

CT : UPDATE151 : New trends organization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r146 r216  
    1515   USE ice_oce         ! ice variables 
    1616   USE phycst          ! physical constants 
    17    USE ocfzpt          ! ??? 
     17   USE ocfzpt          ! ocean freezing point 
    1818   USE ocesbc          ! surface thermohaline fluxes 
    1919   USE taumod          ! surface stress 
    20    USE flxrnf          ! ??? 
     20   USE flxrnf          ! ocean runoffs 
    2121   USE zdfmxl          ! mixed layer 
    2222   USE daymod          ! calendar 
     
    2828   USE in_out_manager  ! I/O manager 
    2929   USE flx_oce         ! sea-ice/ocean forcings variables 
     30   USE diadimg         ! dimg direct access file format output 
    3031 
    3132   IMPLICIT NONE 
     
    3536   PUBLIC dia_wri                 ! routines called by step.F90 
    3637   PUBLIC dia_wri_state 
    37    PUBLIC dia_wri_dimg            ! called by trd_mld (eg) 
    3838 
    3939   !! * Module variables 
     
    4343      nid_V, nz_V, nh_V, ndim_V, ndim_hV,      &   ! grid_V file 
    4444      nid_W, nz_W, nh_W,                       &   ! grid_W file 
    45       ndex(1)                                            ! ??? 
     45      ndex(1)                                      ! ??? 
    4646   INTEGER, DIMENSION(jpi*jpj) ::   & 
    4747      ndex_hT, ndex_hU, ndex_hV 
     
    5757CONTAINS 
    5858 
    59 #if defined key_fdir  
    60    !!---------------------------------------------------------------------- 
    61    !!   'key_fdir' :                              direct access output file 
    62    !!---------------------------------------------------------------------- 
    63 #   include "diawri_fdir.h90" 
    64  
    65 #elif defined key_dimgout 
     59#if defined key_dimgout 
    6660   !!---------------------------------------------------------------------- 
    6761   !!   dia_wri       : create the dimg direct access output file (mpp) 
     
    622616   END SUBROUTINE dia_wri_state 
    623617  
    624    SUBROUTINE dia_wri_dimg( cd_name, cd_exper, ptab, klev, cd_type ) 
    625    REAL(wp), DIMENSION(:,:,:) :: ptab 
    626    INTEGER :: klev 
    627    CHARACTER(LEN=80) :: cd_name, cd_exper,cd_type 
    628    print *, ' This print must never occur ', cd_name, cd_exper, ptab, klev, cd_type 
    629    PRINT *, ' this routine is here just for compilation ' 
    630     
    631    END SUBROUTINE dia_wri_dimg 
    632618#endif 
    633619   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.