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 3993 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2013-07-30T11:14:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3 bugfixes,doc, and redistribute variables in namcfg and namdom see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90

    r3680 r3993  
    1313 
    1414   !* Domain size * 
    15    USE par_oce , ONLY :   cp_cfg   =>   cp_cfg     !: name of the configuration 
    16    USE par_oce , ONLY :   jp_cfg   =>   jp_cfg     !: resolution of the configuration 
    17    USE par_oce , ONLY :   jpiglo   =>   jpiglo     !: first  dimension of global domain --> i 
    18    USE par_oce , ONLY :   jpjglo   =>   jpjglo     !: second dimension of global domain --> j 
    1915   USE par_oce , ONLY :   jpi      =>   jpi        !: first  dimension of grid --> i  
    2016   USE par_oce , ONLY :   jpj      =>   jpj        !: second dimension of grid --> j   
     
    2420   USE par_oce , ONLY :   jpkm1    =>   jpkm1      !: jpk - 1   
    2521   USE par_oce , ONLY :   jpij     =>   jpij       !: jpi x jpj 
    26    USE par_oce , ONLY :   jpidta   =>   jpidta     !: first horizontal dimension  > or = jpi 
    27    USE par_oce , ONLY :   jpjdta   =>   jpjdta     !: second horizontal dimension > or = jpj 
    28    USE par_oce , ONLY :   jpkdta   =>   jpkdta     !: number of levels            > or = jpk 
    2922   USE par_oce , ONLY :   lk_esopa =>   lk_esopa   !: flag to activate the all option 
    3023   USE par_oce , ONLY :   jp_tem   =>   jp_tem     !: indice for temperature 
Note: See TracChangeset for help on using the changeset viewer.