Changeset 6984
- Timestamp:
- 2016-10-04T16:57:13+02:00 (8 years ago)
- Location:
- branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/README
r6956 r6984 6 6 7 7 DOMAINcfg compiled will create "make_domain_cfg.exe" executable script (the main routine of this tool is make_domain_cfg.f90) 8 ::::::::::::::::::::::::::::::::::::::::::::::::: 9 TO RUN DOMAINCFg TOOL: 10 copy in src directory all FORCING files of NEMO_v3_6_stable of configuration 11 FOR EXAMPLE 12 - for AMM12 : 13 coordinates.nc 14 bathy_meter.nc 15 bathy_level.nc 16 amm12_rivers.nc 17 coordinates.bdy.nc 18 amm12_restart_oce.nc 19 directories: bdydta/ 20 fluxes/ 21 - for ORCA2 : 22 coordinates.nc 23 bathy_meter.nc 24 bathy_level.nc 25 domain_def.xml 26 field_def.xml 27 iodef.xml 28 29 and just run : 30 ./make_domain_cfg.exe 31 ::::::::::::::::::::::::::::::::::::::::::::::::: 8 32 9 33 DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization): -
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/src/domwri.f90
r6973 r6984 282 282 CALL iom_rstput( 0, 0, inum4, 'gdept_0', gdept_0, ktype = jp_r8 ) 283 283 CALL iom_rstput( 0, 0, inum4, 'gdepw_0', gdepw_0, ktype = jp_r8 ) 284 285 CALL iom_rstput( 0, 0, inum, 'stiffness', zprt ) ! ! Max. grid stiffness ratio284 CALL dom_stiff( zprt ) 285 CALL iom_rstput( 0, 0, inum4, 'stiffness', zprt ) ! ! Max. grid stiffness ratio 286 286 ENDIF 287 287
Note: See TracChangeset
for help on using the changeset viewer.