Ignore:
Timestamp:
Jul 22, 2024, 9:46:57 AM (2 months ago)
Author:
abarral
Message:

Revert cosp*/ from the trunk, as it's external code
Add missing bits from FCM2 source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cosp/phys_cosp.F90

    r5082 r5095  
    193193          cfg%Lrttov_sim,cfg%Lstats
    194194
    195     if (overlaplmdz/=overlap) then
     195    if (overlaplmdz.ne.overlap) then
    196196       print*,'Attention overlaplmdz different de overlap lu dans namelist '
    197197    endif
     
    201201
    202202!!! Ici on modifie les cles logiques pour les outputs selon les champs actives dans les .xml
    203   if ((itap>1).and.(first_write))then
     203  if ((itap.gt.1).and.(first_write))then
    204204   
    205205    IF (using_xios) call read_xiosfieldactive(cfg)
     
    268268
    269269        do ip = 1, Npoints
    270           if (fracTerLic(ip)>=0.5) then
     270          if (fracTerLic(ip).ge.0.5) then
    271271             gbx%land(ip) = 1.
    272272          else
Note: See TracChangeset for help on using the changeset viewer.