Changes between Version 207 and Version 208 of doc/app/errmsg
- Timestamp:
- Nov 11, 2015 2:05:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v207 v208 390 390 For the coupling between atmosphere and ocean, a smaller grid length in the x-direction can be chosen for the ocean, so that the ocean has more grid points in the x-direction then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: 391 391 {{{#!Latex 392 (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , 392 \[ (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , \] 393 393 }}} 394 394 with 395 395 {{{#!Latex 396 nx_o, nx_a 396 \[ nx_o, nx_a \] 397 397 }}} 398 398 as the number of grid points in the x-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. … … 409 409 For the coupling between atmosphere and ocean, a smaller grid length in the y-direction can be chosen for the ocean, so that the ocean has more grid points in the y-direction then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: 410 410 {{{#!Latex 411 (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , 411 \[ (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , \] 412 412 }}} 413 413 with 414 414 {{{#!Latex 415 ny_o, ny_a 415 \[ ny_o, ny_a \] 416 416 }}} 417 417 as the number of grid points in the y-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. … … 469 469 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 470 470 {{{#!Latex 471 \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; .471 \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \] 472 472 }}} 473 473 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user. … … 486 486 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 487 487 {{{#!Latex 488 \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; .488 \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \] 489 489 }}} 490 490 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user. … … 503 503 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 504 504 {{{#!Latex 505 \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; .505 \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \] 506 506 }}} 507 507 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user. … … 520 520 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 521 521 {{{#!Latex 522 \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; .522 \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \] 523 523 }}} 524 524 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user. … … 537 537 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 538 538 {{{#!Latex 539 \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; .539 \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \] 540 540 }}} 541 541 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user. … … 553 553 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 554 554 {{{#!Latex 555 \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; .555 \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \] 556 556 }}} 557 557 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user. … … 569 569 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 570 570 {{{#!Latex 571 \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; .571 \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \] 572 572 }}} 573 573 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user. … … 585 585 In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: 586 586 {{{#!Latex 587 \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; .587 \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \] 588 588 }}} 589 589 The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user.