Ignore:
Timestamp:
Jul 21, 2024, 1:07:18 PM (4 months ago)
Author:
abarral
Message:

Use latest FCM source (2021.05.0) [Note: we still use the legacy FCM1 build system]
Correct UTF8 encoding of french chars


Compil OK (tested: oldrad/rrtm/ecrad, para/seq/1D)
Convergence (ref r5063) bench 33x OK oldrad orch2.0 (tested: para/seq)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/bilan_dyn_loc.F

    r5082 r5093  
    3030c====================================================================
    3131c
    32 c   Sous-programme consacre des diagnostics dynamiques de base
     32c   Sous-programme consacre à des diagnostics dynamiques de base
    3333c
    3434c
     
    8888      real ww
    8989
    90 c   variables dynamiques intermdiaires
     90c   variables dynamiques intermédiaires
    9191      REAL,SAVE,ALLOCATABLE :: vcont(:,:,:),ucont(:,:,:)
    9292      REAL,SAVE,ALLOCATABLE :: ang(:,:,:),unat(:,:,:)
     
    9696      REAL,SAVE,ALLOCATABLE :: bern(:,:,:)
    9797
    98 c   champ contenant les scalaires advects.
     98c   champ contenant les scalaires advectés.
    9999      real,SAVE,ALLOCATABLE :: Q(:,:,:,:)
    100100   
    101 c   champs cumuls
     101c   champs cumulés
    102102      real,SAVE,ALLOCATABLE ::  ps_cum(:,:)
    103103      real,SAVE,ALLOCATABLE ::  masse_cum(:,:,:)
     
    370370      jje=jj_end
    371371   
    372 c   �nergie cin�tique
     372c   énergie cinétique
    373373!      ucont(:,jjb:jje,:)=0
    374374
     
    382382      CALL enercin_loc(vcov,ucov,vcont,ucont,ecin)
    383383
    384 c   moment cintique
     384c   moment cinétique
    385385!$OMP DO SCHEDULE(STATIC,OMP_CHUNK)
    386386      do l=1,llm
     
    490490      enddo
    491491
    492 c    flux mridien
     492c    flux méridien
    493493c    -------------
    494494      do iQ=1,nQ
     
    642642
    643643c=====================================================================
    644 c   Transport mridien
     644c   Transport méridien
    645645c=====================================================================
    646646
Note: See TracChangeset for help on using the changeset viewer.