| 1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
Instructions for setting up a cube-sphere integration with sea-ice. |
| 2 |
Date last updated: December 13, 2005 |
Date last updated: February 25, 2005 |
| 3 |
216-CPU code and input used for integrating cube27. |
216-CPU code and input used for integrating cube29. |
| 4 |
|
|
| 5 |
|
|
| 6 |
########################################################################## |
########################################################################## |
| 14 |
cvs co MITgcm_code |
cvs co MITgcm_code |
| 15 |
cvs co MITgcm/verification/global_ocean.cs32x15 |
cvs co MITgcm/verification/global_ocean.cs32x15 |
| 16 |
|
|
| 17 |
|
# remove check in config_check.F |
| 18 |
|
> C-TRM IF ( highOrderVorticity .AND. useCubedSphereExchange ) THEN |
| 19 |
|
> C-TRM WRITE(msgBuf,'(2A)') |
| 20 |
|
> C-TRM & 'CONFIG_CHECK: highOrderVorticity Scheme does not work', |
| 21 |
|
> C-TRM & ' on CubedSphere grid' |
| 22 |
|
> C-TRM CALL PRINT_ERROR( msgBuf , myThid) |
| 23 |
|
> C-TRM STOP 'ABNORMAL END: S/R CONFIG_CHECK' |
| 24 |
|
> C-TRM ENDIF |
| 25 |
|
|
| 26 |
|
|
| 27 |
########################################################################## |
########################################################################## |
| 28 |
########################################################################## |
########################################################################## |