Changes between Version 4 and Version 5 of Users/ModelInterfacing/AGRIF
- Timestamp:
- 2018-08-30T14:18:45+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInterfacing/AGRIF
v4 v5 25 25 Knowing the refinement area you may choose, a pre-processing tool (NESTING directory in tools) helps to create needed input files (mesh file, restart, climatological and forcing files). The key here is to ensure volume matching near the child grid interface, a step done by invoking the Agrif_create_bathy.exe program. You may use the namelists provided in the NESTING directory as a guide. These correspond to the namelists used to create AGRIF_DEMO inputs. 26 26 27 AGRIF is continuously maintained so that it can be activated with all NEMO components (OPA, sea-ice, TOP). Depending on NEMO version it is nevertheless not the case so that some options may not be compatible with the use of online grid refinement. Check out the tablesbelow to know the status according to the NEMO release you may use.27 AGRIF is continuously maintained so that it can be activated with all NEMO components (OPA, sea-ice, TOP). Depending on NEMO version, it is nevertheless not the case so that some options may not be compatible with the use of online grid refinement. Check out the table below to know the status according to the NEMO release you may use. 28 28 29 {{{#!td style="border: none;" 30 {{{#!table 31 {{{#!th 32 Component or option compatible with AGRIF 33 }}} 34 {{{#!th 35 NEMO 3.6 36 }}} 37 {{{#!th 38 NEMO 4.0 39 }}} 40 |- 41 {{{#!th 42 LIM2 43 }}} 44 {{{#!th 45 yes 46 }}} 47 {{{#!th 48 - 49 }}} 50 |- 51 {{{#!th 52 LIM3/SI3 53 }}} 54 {{{#!th 55 no 56 }}} 57 {{{#!th 58 yes 59 }}} 60 |- 61 {{{#!th 62 TOP 63 }}} 64 {{{#!th 65 yes 66 }}} 67 {{{#!th 68 yes 69 }}} 70 |- 71 {{{#!th 72 z* 73 }}} 74 {{{#!th 75 no 76 }}} 77 {{{#!th 78 yes 79 }}} 80 |- 81 {{{#!th 82 Icebergs 83 }}} 84 {{{#!th 85 no 86 }}} 87 {{{#!th 88 no 89 }}} 90 |- 91 {{{#!th 92 Vertical coordinate change in zooms (key_vertical) 93 }}} 94 {{{#!th 95 no 96 }}} 97 {{{#!th 98 yes, but not tested 99 }}} 100 |- 101 {{{#!th 102 Number of ghost cells 103 }}} 104 {{{#!th 105 1 (hard coded) 106 }}} 107 {{{#!th 108 3 (parameter) 109 }}} 110 }}} 111 }}} 112 29 113 == Available in the 3_6 revision of NEMO 114 30 115 [[span(''To be completed'', style=background-color:lime)]] 31 116 … … 42 127 43 128 * AGRIF_DEMO ''to be described'' 44 129 {{{#!td style="border: none;" 130 [[Image(wiki:Users/ModelInterfacing/AGRIF:AGRIF_DEMO.jpg,width=600)]] 131 }}} 45 132 [[span(''To be completed'', style=background-color:lime)]] 46 133 === New tests cases demonstrating some major features of AGRIF with NEMO: … … 54 141 * ... 55 142 56 57