Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/phyaqua_mod.F90

    r1999 r2160  
    897897      END IF
    898898
     899      if (type_profil.EQ.20) then
     900      print*,'Profile SST 20'
     901!     Méthode 13 "Qmax2K" plateau réel �|  l'Equateur augmenté +2K
     902
     903      do j=1,klon
     904        phy_sst(j,i)=248.+55.*(1-sin(rlatd(j))**2)
     905      enddo
     906      endif
     907
     908      if (type_profil.EQ.21) then
     909      print*,'Profile SST 21'
     910!     Méthode 13 "Qmax2K" plateau réel �|  l'Equateur augmenté +2K
     911      do j=1,klon
     912        phy_sst(j,i)=252.+55.*(1-sin(rlatd(j))**2)
     913      enddo
     914      endif
     915
     916
     917
    899918    END DO
    900919
Note: See TracChangeset for help on using the changeset viewer.