New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
2020WP/VALID-11_clevy_OASIS_TESTCASE (diff) – NEMO

Changes between Version 2 and Version 3 of 2020WP/VALID-11_clevy_OASIS_TESTCASE


Ignore:
Timestamp:
2020-02-11T11:12:24+01:00 (4 years ago)
Author:
clevy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/VALID-11_clevy_OASIS_TESTCASE

    v2 v3  
    2626Will use OASIS and a simplified fake atmosphere (TOY_ATM in OASIS wording.[[br]] 
    2727May do more than only ocean-atmosphere coupling (to be discussed).[[br]] 
    28 Useful as coupling demonstrator and for first level valisation od coupling with OASIS in future NEMO versions.[[br]] 
     28Useful as coupling demonstrator and for first level valisation of coupling with OASIS in future NEMO versions. 
    2929 
     30Details on the proposed work: 
     31==== STEP 1: Implement in the up-to-date version for 2020 the test case developed in 2018 
     32Restarting 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 
     34CPL_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? 
    3062=== Implementation 
    3163