Skip to content

Commit

Permalink
OM4_025: Added Caribbean and Red Sea topography edits
Browse files Browse the repository at this point in the history
- List of hand edits to fix in/out flows for Caribbean and Florida Strait.
- List of hand edits for Guld of Oman and Red Sea outflow.
- No answer changes since edits are not trunk MOM_input.
  • Loading branch information
adcroft committed Jan 9, 2016
1 parent 01ec404 commit f457411
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 0 deletions.
Binary file added ice_ocean_SIS2/OM4_025/INPUT/All_edits.nc
Binary file not shown.
36 changes: 36 additions & 0 deletions ice_ocean_SIS2/OM4_025/INPUT/Caribbean_edits.cdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
netcdf Caribbean_edits {
dimensions:
nEdits = UNLIMITED ; // (47 currently)
variables:
int jEdit(nEdits) ;
jEdit:long_name = "j-index of edited data" ;
int iEdit(nEdits) ;
iEdit:long_name = "i-index of edited data" ;
int zEdit(nEdits) ;
zEdit:long_name = "New value of data" ;
zEdit:units = "meters" ;
int ni ;
ni:long_name = "The size of the i-dimension of the dataset these edits apply to" ;
int nj ;
nj:long_name = "The size of the j-dimension of the dataset these edits apply to" ;
data:

jEdit = 550, 550, 551, 552, 553, 554, 555, 558, 559, 560, 557, 561, 564,
565, 578, 577, 575, 595, 595, 596, 596, 596, 596, 597, 597, 598, 598,
598, 600, 601, 618, 617, 616, 615, 614, 613, 612, 611, 605, 604, 602,
613, 613, 619, 620, 621, 622 ;

iEdit = 953, 952, 952, 953, 954, 954, 955, 956, 956, 956, 955, 956, 956,
955, 944, 944, 942, 889, 888, 888, 887, 886, 885, 885, 884, 884, 883,
882, 883, 881, 881, 881, 881, 881, 881, 881, 881, 881, 879, 878, 878,
884, 885, 881, 881, 881, 881 ;

zEdit = -730, -730, -40, -40, -40, -40, -40, -40, -40, -40, -900, -950,
-800, -1000, -1850, -1850, -1400, -500, -500, -500, -500, -500, -500,
-500, -500, -500, -500, -500, -500, -500, -700, -730, -730, -730, -730,
-730, -730, -730, -730, -730, -730, -600, -600, -710, -710, -710, -710 ;

ni = 1440 ;

nj = 1080 ;
}
Binary file added ice_ocean_SIS2/OM4_025/INPUT/Caribbean_edits.nc
Binary file not shown.
29 changes: 29 additions & 0 deletions ice_ocean_SIS2/OM4_025/INPUT/Oman_RedSea.cdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
netcdf Oman_RedSea {
dimensions:
nEdits = UNLIMITED ; // (13 currently)
variables:
int iEdit(nEdits) ;
iEdit:long_name = "i-index of edited data" ;
int jEdit(nEdits) ;
jEdit:long_name = "j-index of edited data" ;
double zEdit(nEdits) ;
zEdit:long_name = "New value of data" ;
zEdit:units = "meters" ;
int ni ;
ni:long_name = "The size of the i-dimension of the dataset these edits apply to" ;
int nj ;
nj:long_name = "The size of the j-dimension of the dataset these edits apply to" ;
data:

iEdit = 1424, 1369, 1369, 1370, 1370, 1370, 1371, 1371, 1372, 1372, 1373,
1373, 1373 ;

jEdit = 612, 560, 559, 559, 558, 557, 557, 556, 556, 555, 555, 554, 553 ;

zEdit = -80, -180, -180, -180, -180, -180, -180, -180, -180, -180, -180,
-180, -180 ;

ni = 1440 ;

nj = 1080 ;
}
Binary file added ice_ocean_SIS2/OM4_025/INPUT/Oman_RedSea.nc
Binary file not shown.

0 comments on commit f457411

Please sign in to comment.