| 30 | Details on the proposed work: |
| 31 | ==== STEP 1: Implement in the up-to-date version for 2020 the test case developed in 2018 |
| 32 | Restarting from /ccc/work/cont003/gen7451/clevy/VALID_CPL_4.0/trunk/cfgs/CPL_TOYATM in irene computer, implment the CPL_TOYATM in the up-to-date NEMO version, as a test case (in trunk/tests). |
| 33 | |
| 34 | CPL_TOYATM test case description: |
| 35 | * Based on the ORCA2_ICE_PISCES reference configuration, activate coupling to a TOYATM (kindly offered by Eric M.) through OASIS |
| 36 | * coupled fields (from &namsbc_cpl namelist): |
| 37 | |
| 38 | {{{ |
| 39 | &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") |
| 40 | !----------------------------------------------------------------------- |
| 41 | nn_cplmodel = 1 ! Maximum number of models to/from which NEMO is potentially sending/receiving data |
| 42 | ln_usecplmask = .false. ! use a coupling mask file to merge data received from several models |
| 43 | ! ! -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) |
| 44 | nn_cats_cpl = 5 ! Number of sea ice categories over which coupling is to be carried out (if not 1) |
| 45 | |
| 46 | !_____________!__________________________!____________!_____________!______________________!________! |
| 47 | ! ! description ! multiple ! vector ! vector ! vector ! |
| 48 | ! ! ! categories ! reference ! orientation ! grids ! |
| 49 | !*** send *** |
| 50 | sn_snd_temp = 'weighted oce and ice' , 'no' , '' , '' , '' |
| 51 | |
| 52 | !*** receive *** |
| 53 | |
| 54 | sn_rcv_qsr = 'conservative' , 'no' , '' , '' , '' |
| 55 | sn_rcv_qns = 'oce and ice' , 'no' , '' , '' , '' |
| 56 | sn_rcv_emp = 'conservative' , 'no' , '' , '' , '' |
| 57 | !----------------------------------------------------------------------- |
| 58 | }}} |
| 59 | |
| 60 | * The test cases needs OASIS and a simple TOYATM |
| 61 | * Where should the TOYATM be installed? In the test case, in NEMO tools? elsewhere? |