| 1 | This is version 2 of the darwin package for MITgcm | 
| 2 |  | 
| 3 | o Directories | 
| 4 |  | 
| 5 | pkg/darwin    top-level darwin package code | 
| 6 | pkg/monod     monod sub-package code | 
| 7 | pkg/quota     quota sub-package code | 
| 8 | pkg/radtrans  modified radtrans package code | 
| 9 | verification/ standard reference/test experiments | 
| 10 |  | 
| 11 | The gchem package from MITgcm no longer needs to be modified | 
| 12 |  | 
| 13 | o To check out | 
| 14 |  | 
| 15 | [cnh@localhost]$ cvs co -d foo MITgcm | 
| 16 | [cnh@localhost]$ cd foo/pkg | 
| 17 | [cnh@localhost]$ cvs co -d darwin MITgcm_contrib/darwin2/pkg/darwin | 
| 18 | [cnh@localhost]$ cvs co -d monod MITgcm_contrib/darwin2/pkg/monod | 
| 19 | [cnh@localhost]$ cvs co -d quota MITgcm_contrib/darwin2/pkg/quota | 
| 20 | [cnh@localhost]$ cvs co -d radtrans MITgcm_contrib/darwin2/pkg/radtrans | 
| 21 |  | 
| 22 | and if you want verification experiments: | 
| 23 |  | 
| 24 | [cnh@localhost]$ cd ../verification | 
| 25 | [cnh@localhost]$ cvs co -d monod_1d_carbon MITgcm_contrib/darwin2/verification/monod_1d_carbon | 
| 26 | [cnh@localhost]$ cvs co -d monod_1d_geider MITgcm_contrib/darwin2/verification/monod_1d_geider | 
| 27 | [cnh@localhost]$ cvs co -d monod_1d_radtrans MITgcm_contrib/darwin2/verification/monod_1d_radtrans | 
| 28 | [cnh@localhost]$ cvs co -d monod_1d_twospecies MITgcm_contrib/darwin2/verification/monod_1d_twospecies | 
| 29 | [cnh@localhost]$ cvs co -d monod_1d_wavebands MITgcm_contrib/darwin2/verification/monod_1d_wavebands | 
| 30 | [cnh@localhost]$ cvs co -d monod_global_128x64x15 MITgcm_contrib/darwin2/verification/monod_global_128x64x15 | 
| 31 | [cnh@localhost]$ cvs co -d monod_baltic_76x72x24 MITgcm_contrib/darwin2/verification/monod_baltic_76x72x24 | 
| 32 | [cnh@localhost]$ cvs co -d quota_1d MITgcm_contrib/darwin2/verification/quota_1d |