Ignore:
Timestamp:
Jan 22, 2009, 11:09:44 AM (15 years ago)
Author:
jghattas
Message:

Modification pour le couplage de NEMO.
/Arnaud Caubel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/oasis.F90

    r1067 r1079  
    146146!************************************************************************************
    147147!     Define symbolic name for fields exchanged from atmos to coupler,
    148 !         must be the same as (1) of the field  definition in namcouple:
     148!         must be the same as (1) of the field definition in namcouple:
     149!
     150!   Initialization
     151    cl_writ(:)='NOFLDATM'
    149152
    150153    cl_writ(1)='COTAUXXU'
     
    155158    cl_writ(6)='COTAUZZV'
    156159    cl_writ(7)='COWINDSP'
    157    
     160    cl_writ(8)='COSHFICE'
     161    cl_writ(9)='COSHFOCE'
     162    cl_writ(10)='CONSFICE'
     163    cl_writ(11)='CONSFOCE'
     164    cl_writ(12)='CODFLXDT'
     165
    158166    IF (version_ocean=='nemo') THEN
    159       cl_writ(8) ='COPEFWAT'
    160       cl_writ(9) ='COPEFICE'
    161       cl_writ(10)='COTOSPSU'
    162       cl_writ(11)='COICEVAP'
    163       cl_writ(12)='COSWFLDO'
    164       cl_writ(13)='CONSFLDO'
    165       cl_writ(14)='COSHFLIC'
    166       cl_writ(15)='CONSFLIC'
    167       cl_writ(16)='CODFLXDT'
    168       cl_writ(17)='CRWOCEIS'
    169       cl_writ(18)='CRWOCERD'
    170       cl_writ(19)='CRWOCECD'
     167      cl_writ(13)='COEMPSIC'
     168      cl_writ(14)='CONESOPR'
     169      cl_writ(15)='COEMPOCE'
     170      cl_writ(16)='COICEVAP'
     171      cl_writ(17)='COCALVIN'
     172      cl_writ(18)='COLIQRUN'
    171173    ELSE IF (version_ocean=='opa8') THEN
    172       cl_writ(8) ='COSHFICE'
    173       cl_writ(9) ='COSHFOCE'
    174       cl_writ(10)='CONSFICE'
    175       cl_writ(11)='CONSFOCE'
    176       cl_writ(12)='CODFLXDT'
    177       cl_writ(13)='COTFSICE'
    178       cl_writ(14)='COTFSOCE'
    179       cl_writ(15)='COTOLPSU'
    180       cl_writ(16)='COTOSPSU'
    181       cl_writ(17)='CORUNCOA'
    182       cl_writ(18)='CORIVFLU'
    183       cl_writ(19)='COCALVIN'
     174       cl_writ(13)='COTFSICE'
     175       cl_writ(14)='COTFSOCE'
     176       cl_writ(15)='COTOLPSU'
     177       cl_writ(16)='COTOSPSU'
     178       cl_writ(17)='CORUNCOA'
     179       cl_writ(18)='CORIVFLU'
     180       cl_writ(19)='COCALVIN'
    184181    ENDIF
    185182
    186183!
    187184!     Define symbolic name for fields exchanged from coupler to atmosphere,
    188 !         must be the same as (2) of the field  definition in namcouple:
    189 !
    190     IF (version_ocean=='nemo') THEN
    191        cl_read(1)='SISUTESW'
    192        cl_read(2)='SIICECOV'
    193        cl_read(4)='SIICEALW'
    194        cl_read(3)='SIICTEMW'
    195     ELSE IF (version_ocean=='opa8') THEN
    196        cl_read(1)='SISUTESW'
    197        cl_read(2)='SIICECOV'
    198        cl_read(3)='SIICEALW'
    199        cl_read(4)='SIICTEMW'
     185!         must be the same as (2) of the field definition in namcouple:
     186!
     187!   Initialization
     188    cl_read(:)='NOFLDATM'
     189
     190    cl_read(1)='SISUTESW'
     191    cl_read(2)='SIICECOV'
     192    cl_read(3)='SIICEALW'
     193    cl_read(4)='SIICTEMW'
     194
     195    IF (cpl_current) THEN
     196       cl_read(5)='CURRENTX'
     197       cl_read(6)='CURRENTY'
     198       cl_read(7)='CURRENTZ'
    200199    END IF
    201     cl_read(5)='CURRENTX'
    202     cl_read(6)='CURRENTY'
    203     cl_read(7)='CURRENTZ'
    204200
    205201    il_var_nodims(1) = 2
Note: See TracChangeset for help on using the changeset viewer.