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 9635 for NEMO – NEMO

Changeset 9635 for NEMO


Ignore:
Timestamp:
2018-05-25T15:07:11+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: reinstate test cases in the trunk under './tests' root folder
In order to be clear, the development of the test cases is back to the trunk but the official hub for
the NEMO demonstration cases will be on Github (https://github.com/sflavoni/NEMO-test-cases)
As a result, when we will set the new release, 'tests' will be emptied and
the last developements will be copied to the Github repository.

Other changes:

  • README-setup-configs edited for path changes and moved to the root
  • cfg.txt renamed to ref_cfgs.txt
  • uspcfg.txt renamed to rmt_cfgs.txt ('rmt' for remote) and moved to ./tests
  • makenemo will create new configuration using work_cfgs.txt file, this file will be ignored by SVN thanks to svn:ignore property set
Location:
NEMO/trunk
Files:
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/README-setup-configs

    r9633 r9635  
    66In NEMO 4.0 two types of configurations can be build: global/regional and idealized. 
    77 
    8 - create NEMOGCM/CONFIG/your_config 
     8- create ./cfgs/your_config 
    99- case 1: regional or global  
    10     => ln_read_cfg = .true. in NEMOGCM/CONFIG/your_config/EXP00/namelist_cfg (i.e. read domain_cfg.nc) 
     10    => ln_read_cfg = .true. in ./cfgs/your_config/EXP00/namelist_cfg (i.e. read domain_cfg.nc) 
    1111- case 2: idealized  
    12     =>in NEMOGCM/CONFIG/your_config/EXP00/namelist_cfg : 
     12    =>in ./cfgs/your_config/EXP00/namelist_cfg : 
    1313      ln_read_cfg = .false. (need to define usrdef_hgr.F90 and usrdef_zgr.F90)  
    1414      ln_usr = .true.       (need to define usrdef_sbc.F90)     
    15     => copy NEMOGCM/NEMO/OCE_SRC/USR in NEMOGC/CONFIG/your_config/MY_SRC routines nedeed to set up domain, forcing fields and initial state 
     15    => copy ./src/OCE/USR in ./cfgs/your_config/MY_SRC routines nedeed to set up domain, forcing fields and initial state 
    1616     
    17   Routines in NEMOGCM/NEMO/OCE_SRC/USR define analytically the domain, the initial state and the surface boundary conditions for the reference configuration GYRE. 
     17  Routines in NEMOGCM/NEMO/OCE/USR define analytically the domain, the initial state and the surface boundary conditions for the reference configuration GYRE. 
    1818     •   usrdef_hgr.F90 and usrdef_zgr.F90 : define horizontal and vertical grid 
    1919     •   usrdef_sbc.F90    : provides at each time-step the surface boundary condition, i.e. the momentum, heat and freshwater fluxes 
     
    2323     •   usrdef_nam.F90    : set the domain characteristics of a user configuration 
    2424 
    25   Other analytical examples are given in NEMOGCM/CONFIG/TEST_CASES. 
     25  Other analytical examples are given in ./tests. 
    2626 
    2727=========================================== 
     
    5151 - users can create with his own tool the domain_cfg.nc with all mandatory fields.   
    5252 
    53  - tool is available in NEMOGCM/TOOLS/DOMAINcfg based on NEMO 3.6 version. See NEMOGCM/TOOLS/DOMAINcfg/README. 
     53 - tool is available in ./tools/DOMAINcfg based on NEMO 3.6 version. See ./tools/DOMAINcfg/README. 
  • NEMO/trunk/cfgs

    • Property svn:ignore
      •  

        old new  
        1 *_ST 
         1work_cfgs.txt 
  • NEMO/trunk/tests/rmt_cfgs.txt

    r9623 r9635  
    11ORCA1_CICE # ORCA2_LIM # OCE TOP  # http://gws-access.ceda.ac.uk/public/nemo/uspconfigs/ORCA1_CICE/v3.6.0/ORCA1_CICE_ctl.txt 
    2 ISOMIP     # GYRE      # OCE          # http://gws-access.ceda.ac.uk/public/nemo/uspconfigs/ISOMIP/trunk/ISOMIP_ctl.txt 
    3 IRISHSEA   # GYRE      # OCE          # http://gws-access.ceda.ac.uk/public/nemo/uspconfigs/IRISHSEA/v3.7.0/IRISHSEA_ctl.txt 
     2ISOMIP     # GYRE      # OCE      # http://gws-access.ceda.ac.uk/public/nemo/uspconfigs/ISOMIP/trunk/ISOMIP_ctl.txt 
     3IRISHSEA   # GYRE      # OCE      # http://gws-access.ceda.ac.uk/public/nemo/uspconfigs/IRISHSEA/v3.7.0/IRISHSEA_ctl.txt 
Note: See TracChangeset for help on using the changeset viewer.