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 5346 – NEMO

Changeset 5346


Ignore:
Timestamp:
2015-06-04T12:51:08+02:00 (9 years ago)
Author:
flavoni
Message:

add script python for test cases,related to ticket #1469

Location:
branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/CREATE_FILES
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/CREATE_FILES/README

    r5287 r5346  
    1515           ) 
    1616-  make_bathy.py         : program to create bathymetry file 
    17 -  make_TScst_init.py    : program to create temperature and salinity initial state file 
     17-  make_TScst_init.py    : program to create initial state file with temperature (constant) and salinity (constant) 
     18-  make_TS_init_tprof.py : program to create initial state file with temperature (from a levitus profile) and salinity (constant)  
    1819-  make_FLX.py           : program to create flux file 
    1920 
     
    4849 
    4950========================== 
     51 make_TS_init_tprof.py  
     52========================== 
     53INPUT FILES: coordinates_r025.nc file 
     54           : t_profile.nc file (average in equatorial box from levitus) 
     55OUTUT FILES: TS_init_tprof_r025.nc file 
     56 
     57========================== 
    5058 make_FLX.py  
    5159========================== 
     
    5765----------- 
    5866python make_coordinates.py (creates coordinates_025.nc  "025" is resolution name for 1/4° of degree) 
    59 python make_bathy.py       (creates bathy_025.nc        ) 
    60 python make_TScst_init.py  (creates TScst_init_025.nc   ) 
    61 python make_FLX.py         (creates flx_025.nc   ) 
     67python make_bathy.py       (creates bathy_025.nc          ) 
     68python make_TScst_init.py  (creates TScst_init_025.nc     ) 
     69python make_TS_init_tprof.py  (creates TS_init_tprof_r025.nc ) 
     70python make_FLX.py         (creates flx_025.nc            ) 
Note: See TracChangeset for help on using the changeset viewer.